Skip to content

Commit bd2d8a3

Browse files
Update font data (vercel#58317)
This auto-generated PR updates font data with latest available
1 parent c74f023 commit bd2d8a3

File tree

2 files changed

+27
-8
lines changed

2 files changed

+27
-8
lines changed

packages/font/src/google/font-data.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@
18851885
"Borel": {
18861886
"weights": ["400"],
18871887
"styles": ["normal"],
1888-
"subsets": ["latin", "latin-ext"]
1888+
"subsets": ["latin", "latin-ext", "math", "symbols", "vietnamese"]
18891889
},
18901890
"Bowlby One": {
18911891
"weights": ["400"],
@@ -7638,7 +7638,7 @@
76387638
"Noto Sans Cypriot": {
76397639
"weights": ["400"],
76407640
"styles": ["normal"],
7641-
"subsets": ["cypriot"]
7641+
"subsets": ["cypriot", "latin", "latin-ext"]
76427642
},
76437643
"Noto Sans Cypro Minoan": {
76447644
"weights": ["400"],
@@ -8363,7 +8363,13 @@
83638363
"Noto Sans Meroitic": {
83648364
"weights": ["400"],
83658365
"styles": ["normal"],
8366-
"subsets": ["latin", "latin-ext", "meroitic"]
8366+
"subsets": [
8367+
"latin",
8368+
"latin-ext",
8369+
"meroitic",
8370+
"meroitic-cursive",
8371+
"meroitic-hieroglyphs"
8372+
]
83678373
},
83688374
"Noto Sans Miao": {
83698375
"weights": ["400"],
@@ -8787,7 +8793,14 @@
87878793
"Noto Sans Symbols 2": {
87888794
"weights": ["400"],
87898795
"styles": ["normal"],
8790-
"subsets": ["braille", "latin", "latin-ext", "mayan-numerals", "symbols"]
8796+
"subsets": [
8797+
"braille",
8798+
"latin",
8799+
"latin-ext",
8800+
"math",
8801+
"mayan-numerals",
8802+
"symbols"
8803+
]
87918804
},
87928805
"Noto Sans Syriac": {
87938806
"weights": [

packages/font/src/google/index.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3226,7 +3226,7 @@ export declare function Borel<
32263226
preload?: boolean
32273227
fallback?: string[]
32283228
adjustFontFallback?: boolean
3229-
subsets?: Array<'latin' | 'latin-ext'>
3229+
subsets?: Array<'latin' | 'latin-ext' | 'math' | 'symbols' | 'vietnamese'>
32303230
}): T extends undefined ? NextFont : NextFontWithVariable
32313231
export declare function Bowlby_One<
32323232
T extends CssVariable | undefined = undefined
@@ -13785,7 +13785,7 @@ export declare function Noto_Sans_Cypriot<
1378513785
preload?: boolean
1378613786
fallback?: string[]
1378713787
adjustFontFallback?: boolean
13788-
subsets?: Array<'cypriot'>
13788+
subsets?: Array<'cypriot' | 'latin' | 'latin-ext'>
1378913789
}): T extends undefined ? NextFont : NextFontWithVariable
1379013790
export declare function Noto_Sans_Cypro_Minoan<
1379113791
T extends CssVariable | undefined = undefined
@@ -14739,7 +14739,13 @@ export declare function Noto_Sans_Meroitic<
1473914739
preload?: boolean
1474014740
fallback?: string[]
1474114741
adjustFontFallback?: boolean
14742-
subsets?: Array<'latin' | 'latin-ext' | 'meroitic'>
14742+
subsets?: Array<
14743+
| 'latin'
14744+
| 'latin-ext'
14745+
| 'meroitic'
14746+
| 'meroitic-cursive'
14747+
| 'meroitic-hieroglyphs'
14748+
>
1474314749
}): T extends undefined ? NextFont : NextFontWithVariable
1474414750
export declare function Noto_Sans_Miao<
1474514751
T extends CssVariable | undefined = undefined
@@ -15476,7 +15482,7 @@ export declare function Noto_Sans_Symbols_2<
1547615482
fallback?: string[]
1547715483
adjustFontFallback?: boolean
1547815484
subsets?: Array<
15479-
'braille' | 'latin' | 'latin-ext' | 'mayan-numerals' | 'symbols'
15485+
'braille' | 'latin' | 'latin-ext' | 'math' | 'mayan-numerals' | 'symbols'
1548015486
>
1548115487
}): T extends undefined ? NextFont : NextFontWithVariable
1548215488
export declare function Noto_Sans_Syriac<

0 commit comments

Comments
 (0)