@@ -3351,7 +3351,7 @@ export declare function Bricolage_Grotesque<
3351
3351
preload?: boolean
3352
3352
fallback?: string[]
3353
3353
adjustFontFallback?: boolean
3354
- subsets?: Array<'cyrillic-ext' | ' latin' | 'latin-ext' | 'vietnamese'>
3354
+ subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
3355
3355
axes?: ('opsz' | 'wdth')[]
3356
3356
}): T extends undefined ? NextFont : NextFontWithVariable
3357
3357
export declare function Bruno_Ace<
@@ -9051,7 +9051,7 @@ export declare function Inter<
9051
9051
| Array<
9052
9052
'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'
9053
9053
>
9054
- style?: 'normal' | Array<'normal'>
9054
+ style?: 'normal' | 'italic' | Array<'normal' | 'italic '>
9055
9055
display?: Display
9056
9056
variable?: T
9057
9057
preload?: boolean
@@ -9066,7 +9066,7 @@ export declare function Inter<
9066
9066
| 'latin-ext'
9067
9067
| 'vietnamese'
9068
9068
>
9069
- axes?: 'slnt '[]
9069
+ axes?: 'opsz '[]
9070
9070
}): T extends undefined ? NextFont : NextFontWithVariable
9071
9071
export declare function Inter_Tight<
9072
9072
T extends CssVariable | undefined = undefined
@@ -18222,7 +18222,9 @@ export declare function Philosopher<
18222
18222
preload?: boolean
18223
18223
fallback?: string[]
18224
18224
adjustFontFallback?: boolean
18225
- subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'vietnamese'>
18225
+ subsets?: Array<
18226
+ 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'
18227
+ >
18226
18228
}): T extends undefined ? NextFont : NextFontWithVariable
18227
18229
export declare function Phudu<
18228
18230
T extends CssVariable | undefined = undefined
@@ -20823,6 +20825,18 @@ export declare function Sancreek<
20823
20825
adjustFontFallback?: boolean
20824
20826
subsets?: Array<'latin' | 'latin-ext'>
20825
20827
}): 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
20826
20840
export declare function Sansita<
20827
20841
T extends CssVariable | undefined = undefined
20828
20842
>(options: {
@@ -24687,6 +24701,25 @@ export declare function ZCOOL_XiaoWei<
24687
24701
adjustFontFallback?: boolean
24688
24702
subsets?: Array<'latin'>
24689
24703
}): 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
24690
24723
export declare function Zen_Antique<
24691
24724
T extends CssVariable | undefined = undefined
24692
24725
>(options: {
0 commit comments