@@ -472,7 +472,7 @@ export declare function Alef<
472
472
preload?: boolean
473
473
fallback?: string[]
474
474
adjustFontFallback?: boolean
475
- subsets?: Array<'hebrew' | 'latin' | 'latin-ext' >
475
+ subsets?: Array<'hebrew' | 'latin'>
476
476
}): T extends undefined ? NextFont : NextFontWithVariable
477
477
export declare function Alegreya<
478
478
T extends CssVariable | undefined = undefined,
@@ -2705,8 +2705,14 @@ export declare function Basic<
2705
2705
}): T extends undefined ? NextFont : NextFontWithVariable
2706
2706
export declare function Baskervville<
2707
2707
T extends CssVariable | undefined = undefined,
2708
- >(options: {
2709
- weight: '400' | Array<'400'>
2708
+ >(options?: {
2709
+ weight?:
2710
+ | '400'
2711
+ | '500'
2712
+ | '600'
2713
+ | '700'
2714
+ | 'variable'
2715
+ | Array<'400' | '500' | '600' | '700'>
2710
2716
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>
2711
2717
display?: Display
2712
2718
variable?: T
@@ -10729,6 +10735,18 @@ export declare function Kantumruy_Pro<
10729
10735
adjustFontFallback?: boolean
10730
10736
subsets?: Array<'khmer' | 'latin' | 'latin-ext'>
10731
10737
}): T extends undefined ? NextFont : NextFontWithVariable
10738
+ export declare function Kapakana<
10739
+ T extends CssVariable | undefined = undefined,
10740
+ >(options?: {
10741
+ weight?: '300' | '400' | 'variable' | Array<'300' | '400'>
10742
+ style?: 'normal' | Array<'normal'>
10743
+ display?: Display
10744
+ variable?: T
10745
+ preload?: boolean
10746
+ fallback?: string[]
10747
+ adjustFontFallback?: boolean
10748
+ subsets?: Array<'latin' | 'latin-ext'>
10749
+ }): T extends undefined ? NextFont : NextFontWithVariable
10732
10750
export declare function Karantina<
10733
10751
T extends CssVariable | undefined = undefined,
10734
10752
>(options: {
@@ -17569,6 +17587,18 @@ export declare function Noto_Serif_Display<
17569
17587
>
17570
17588
axes?: 'wdth'[]
17571
17589
}): T extends undefined ? NextFont : NextFontWithVariable
17590
+ export declare function Noto_Serif_Dives_Akuru<
17591
+ T extends CssVariable | undefined = undefined,
17592
+ >(options: {
17593
+ weight: '400' | Array<'400'>
17594
+ style?: 'normal' | Array<'normal'>
17595
+ display?: Display
17596
+ variable?: T
17597
+ preload?: boolean
17598
+ fallback?: string[]
17599
+ adjustFontFallback?: boolean
17600
+ subsets?: Array<'dives-akuru' | 'latin' | 'latin-ext'>
17601
+ }): T extends undefined ? NextFont : NextFontWithVariable
17572
17602
export declare function Noto_Serif_Dogra<
17573
17603
T extends CssVariable | undefined = undefined,
17574
17604
>(options: {
@@ -27054,6 +27084,18 @@ export declare function Vujahday_Script<
27054
27084
adjustFontFallback?: boolean
27055
27085
subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
27056
27086
}): T extends undefined ? NextFont : NextFontWithVariable
27087
+ export declare function WDXL_Lubrifont_TC<
27088
+ T extends CssVariable | undefined = undefined,
27089
+ >(options: {
27090
+ weight: '400' | Array<'400'>
27091
+ style?: 'normal' | Array<'normal'>
27092
+ display?: Display
27093
+ variable?: T
27094
+ preload?: boolean
27095
+ fallback?: string[]
27096
+ adjustFontFallback?: boolean
27097
+ subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'symbols2'>
27098
+ }): T extends undefined ? NextFont : NextFontWithVariable
27057
27099
export declare function Waiting_for_the_Sunrise<
27058
27100
T extends CssVariable | undefined = undefined,
27059
27101
>(options: {
0 commit comments