@@ -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
51395139export 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
1384513845export 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
2331323325export declare function Tiro_Bangla<
2331423326 T extends CssVariable | undefined = undefined,
2331523327>(options: {
0 commit comments