@@ -3351,7 +3351,7 @@ export declare function Bricolage_Grotesque<
33513351 preload?: boolean
33523352 fallback?: string[]
33533353 adjustFontFallback?: boolean
3354- subsets?: Array<'cyrillic-ext' | ' latin' | 'latin-ext' | 'vietnamese'>
3354+ subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
33553355 axes?: ('opsz' | 'wdth')[]
33563356}): T extends undefined ? NextFont : NextFontWithVariable
33573357export declare function Bruno_Ace<
@@ -9051,7 +9051,7 @@ export declare function Inter<
90519051 | Array<
90529052 '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'
90539053 >
9054- style?: 'normal' | Array<'normal'>
9054+ style?: 'normal' | 'italic' | Array<'normal' | 'italic '>
90559055 display?: Display
90569056 variable?: T
90579057 preload?: boolean
@@ -9066,7 +9066,7 @@ export declare function Inter<
90669066 | 'latin-ext'
90679067 | 'vietnamese'
90689068 >
9069- axes?: 'slnt '[]
9069+ axes?: 'opsz '[]
90709070}): T extends undefined ? NextFont : NextFontWithVariable
90719071export declare function Inter_Tight<
90729072 T extends CssVariable | undefined = undefined
@@ -18222,7 +18222,9 @@ export declare function Philosopher<
1822218222 preload?: boolean
1822318223 fallback?: string[]
1822418224 adjustFontFallback?: boolean
18225- subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'vietnamese'>
18225+ subsets?: Array<
18226+ 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'
18227+ >
1822618228}): T extends undefined ? NextFont : NextFontWithVariable
1822718229export declare function Phudu<
1822818230 T extends CssVariable | undefined = undefined
@@ -20823,6 +20825,18 @@ export declare function Sancreek<
2082320825 adjustFontFallback?: boolean
2082420826 subsets?: Array<'latin' | 'latin-ext'>
2082520827}): T extends undefined ? NextFont : NextFontWithVariable
20828+ export declare function Sankofa_Display<
20829+ T extends CssVariable | undefined = undefined
20830+ >(options: {
20831+ weight: '400' | Array<'400'>
20832+ style?: 'normal' | Array<'normal'>
20833+ display?: Display
20834+ variable?: T
20835+ preload?: boolean
20836+ fallback?: string[]
20837+ adjustFontFallback?: boolean
20838+ subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
20839+ }): T extends undefined ? NextFont : NextFontWithVariable
2082620840export declare function Sansita<
2082720841 T extends CssVariable | undefined = undefined
2082820842>(options: {
@@ -24687,6 +24701,25 @@ export declare function ZCOOL_XiaoWei<
2468724701 adjustFontFallback?: boolean
2468824702 subsets?: Array<'latin'>
2468924703}): T extends undefined ? NextFont : NextFontWithVariable
24704+ export declare function Zain<
24705+ T extends CssVariable | undefined = undefined
24706+ >(options: {
24707+ weight:
24708+ | '200'
24709+ | '300'
24710+ | '400'
24711+ | '700'
24712+ | '800'
24713+ | '900'
24714+ | Array<'200' | '300' | '400' | '700' | '800' | '900'>
24715+ style?: 'normal' | Array<'normal'>
24716+ display?: Display
24717+ variable?: T
24718+ preload?: boolean
24719+ fallback?: string[]
24720+ adjustFontFallback?: boolean
24721+ subsets?: Array<'arabic' | 'latin'>
24722+ }): T extends undefined ? NextFont : NextFontWithVariable
2469024723export declare function Zen_Antique<
2469124724 T extends CssVariable | undefined = undefined
2469224725>(options: {
0 commit comments