@@ -3585,6 +3585,18 @@ export declare function Cabin_Sketch<
35853585 adjustFontFallback?: boolean
35863586 subsets?: Array<'latin'>
35873587}): T extends undefined ? NextFont : NextFontWithVariable
3588+ export declare function Cactus_Classical_Serif<
3589+ T extends CssVariable | undefined = undefined,
3590+ >(options: {
3591+ weight: '400' | Array<'400'>
3592+ style?: 'normal' | Array<'normal'>
3593+ display?: Display
3594+ variable?: T
3595+ preload?: boolean
3596+ fallback?: string[]
3597+ adjustFontFallback?: boolean
3598+ subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'>
3599+ }): T extends undefined ? NextFont : NextFontWithVariable
35883600export declare function Caesar_Dressing<
35893601 T extends CssVariable | undefined = undefined,
35903602>(options: {
@@ -4313,6 +4325,18 @@ export declare function Chivo_Mono<
43134325 adjustFontFallback?: boolean
43144326 subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
43154327}): T extends undefined ? NextFont : NextFontWithVariable
4328+ export declare function Chocolate_Classical_Sans<
4329+ T extends CssVariable | undefined = undefined,
4330+ >(options: {
4331+ weight: '400' | Array<'400'>
4332+ style?: 'normal' | Array<'normal'>
4333+ display?: Display
4334+ variable?: T
4335+ preload?: boolean
4336+ fallback?: string[]
4337+ adjustFontFallback?: boolean
4338+ subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'>
4339+ }): T extends undefined ? NextFont : NextFontWithVariable
43164340export declare function Chokokutai<
43174341 T extends CssVariable | undefined = undefined,
43184342>(options: {
@@ -10527,6 +10551,48 @@ export declare function Kurale<
1052710551 'cyrillic' | 'cyrillic-ext' | 'devanagari' | 'latin' | 'latin-ext'
1052810552 >
1052910553}): T extends undefined ? NextFont : NextFontWithVariable
10554+ export declare function LXGW_WenKai_Mono_TC<
10555+ T extends CssVariable | undefined = undefined,
10556+ >(options: {
10557+ weight: '300' | '400' | '700' | Array<'300' | '400' | '700'>
10558+ style?: 'normal' | Array<'normal'>
10559+ display?: Display
10560+ variable?: T
10561+ preload?: boolean
10562+ fallback?: string[]
10563+ adjustFontFallback?: boolean
10564+ subsets?: Array<
10565+ | 'cyrillic'
10566+ | 'cyrillic-ext'
10567+ | 'greek'
10568+ | 'greek-ext'
10569+ | 'latin'
10570+ | 'latin-ext'
10571+ | 'lisu'
10572+ | 'vietnamese'
10573+ >
10574+ }): T extends undefined ? NextFont : NextFontWithVariable
10575+ export declare function LXGW_WenKai_TC<
10576+ T extends CssVariable | undefined = undefined,
10577+ >(options: {
10578+ weight: '300' | '400' | '700' | Array<'300' | '400' | '700'>
10579+ style?: 'normal' | Array<'normal'>
10580+ display?: Display
10581+ variable?: T
10582+ preload?: boolean
10583+ fallback?: string[]
10584+ adjustFontFallback?: boolean
10585+ subsets?: Array<
10586+ | 'cyrillic'
10587+ | 'cyrillic-ext'
10588+ | 'greek'
10589+ | 'greek-ext'
10590+ | 'latin'
10591+ | 'latin-ext'
10592+ | 'lisu'
10593+ | 'vietnamese'
10594+ >
10595+ }): T extends undefined ? NextFont : NextFontWithVariable
1053010596export declare function La_Belle_Aurore<
1053110597 T extends CssVariable | undefined = undefined,
1053210598>(options: {
0 commit comments