Skip to content

Commit 6185444

Browse files
Update font data (#66582)
This auto-generated PR updates font data with latest available
1 parent 83e71c6 commit 6185444

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2918,7 +2918,7 @@
29182918
"Damion": {
29192919
"weights": ["400"],
29202920
"styles": ["normal"],
2921-
"subsets": ["latin"]
2921+
"subsets": ["latin", "latin-ext"]
29222922
},
29232923
"Dancing Script": {
29242924
"weights": ["400", "500", "600", "700", "variable"],
@@ -7618,7 +7618,7 @@
76187618
"defaultValue": 400
76197619
}
76207620
],
7621-
"subsets": ["hebrew", "latin", "latin-ext"]
7621+
"subsets": ["greek-ext", "hebrew", "latin", "latin-ext"]
76227622
},
76237623
"Noto Sans": {
76247624
"weights": [
@@ -13697,6 +13697,11 @@
1369713697
"vietnamese"
1369813698
]
1369913699
},
13700+
"Tiny5": {
13701+
"weights": ["400"],
13702+
"styles": ["normal"],
13703+
"subsets": ["cyrillic", "cyrillic-ext", "greek", "latin", "latin-ext"]
13704+
},
1370013705
"Tiro Bangla": {
1370113706
"weights": ["400"],
1370213707
"styles": ["normal", "italic"],

packages/font/src/google/index.ts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5134,7 +5134,7 @@ export declare function Damion<
51345134
preload?: boolean
51355135
fallback?: string[]
51365136
adjustFontFallback?: boolean
5137-
subsets?: Array<'latin'>
5137+
subsets?: Array<'latin' | 'latin-ext'>
51385138
}): T extends undefined ? NextFont : NextFontWithVariable
51395139
export declare function Dancing_Script<
51405140
T extends CssVariable | undefined = undefined,
@@ -13840,7 +13840,7 @@ export declare function Noto_Rashi_Hebrew<
1384013840
preload?: boolean
1384113841
fallback?: string[]
1384213842
adjustFontFallback?: boolean
13843-
subsets?: Array<'hebrew' | 'latin' | 'latin-ext'>
13843+
subsets?: Array<'greek-ext' | 'hebrew' | 'latin' | 'latin-ext'>
1384413844
}): T extends undefined ? NextFont : NextFontWithVariable
1384513845
export declare function Noto_Sans<
1384613846
T extends CssVariable | undefined = undefined,
@@ -23310,6 +23310,18 @@ export declare function Tinos<
2331023310
| 'vietnamese'
2331123311
>
2331223312
}): T extends undefined ? NextFont : NextFontWithVariable
23313+
export declare function Tiny5<
23314+
T extends CssVariable | undefined = undefined,
23315+
>(options: {
23316+
weight: '400' | Array<'400'>
23317+
style?: 'normal' | Array<'normal'>
23318+
display?: Display
23319+
variable?: T
23320+
preload?: boolean
23321+
fallback?: string[]
23322+
adjustFontFallback?: boolean
23323+
subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext'>
23324+
}): T extends undefined ? NextFont : NextFontWithVariable
2331323325
export declare function Tiro_Bangla<
2331423326
T extends CssVariable | undefined = undefined,
2331523327
>(options: {

0 commit comments

Comments
 (0)