From 6ab52ed41b3def23d1d9de94c804a3a9756ab623 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20Born=C3=B6?= Date: Thu, 10 Nov 2022 17:56:27 +0100 Subject: [PATCH] @next/font return types (#42753) Currently the return type is the same when you declare a variable and when you don't. ```tsx const inter1 = Inter() const inter2 = Inter({ variable: "--inter-font" }) inter1.variable // string | undefined inter2.variable // string | undefined ``` With this change you get a type error if you try to access `.variable` without providing a variable name. ```tsx const inter1 = Inter() const inter2 = Inter({ variable: "--inter-font" }) inter1.variable // Property 'variable' does not exist on type 'NextFont'.ts(2339) inter2.variable // string ``` ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful link attached, see `contributing.md` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. - [ ] Errors have a helpful link attached, see `contributing.md` ## Documentation / Examples - [ ] Make sure the linting passes by running `pnpm build && pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md) --- packages/font/src/google/font-data.json | 127 +- packages/font/src/google/index.ts | 11894 ++++++++++++++-------- packages/font/src/local/index.ts | 20 +- packages/font/src/types.ts | 12 + packages/next/font/index.d.ts | 6 - scripts/update-google-fonts.js | 10 +- 6 files changed, 7632 insertions(+), 4437 deletions(-) create mode 100644 packages/font/src/types.ts diff --git a/packages/font/src/google/font-data.json b/packages/font/src/google/font-data.json index f9fdfbee51f1c8e..c2d900b1a0aa49f 100644 --- a/packages/font/src/google/font-data.json +++ b/packages/font/src/google/font-data.json @@ -1574,6 +1574,12 @@ ], "styles": ["normal"], "axes": [ + { + "tag": "slnt", + "min": -11, + "max": 11, + "defaultValue": 0 + }, { "tag": "wght", "min": 200, @@ -2760,6 +2766,10 @@ "weights": ["400"], "styles": ["normal"] }, + "Fragment Mono": { + "weights": ["400"], + "styles": ["normal", "italic"] + }, "Francois One": { "weights": ["400"], "styles": ["normal"] @@ -3449,6 +3459,10 @@ "weights": ["100", "200", "300", "400", "500", "600", "700"], "styles": ["normal"] }, + "IBM Plex Sans JP": { + "weights": ["100", "200", "300", "400", "500", "600", "700"], + "styles": ["normal"] + }, "IBM Plex Sans KR": { "weights": ["100", "200", "300", "400", "500", "600", "700"], "styles": ["normal"] @@ -4780,6 +4794,18 @@ "weights": ["400"], "styles": ["normal"] }, + "Marhey": { + "weights": ["300", "400", "500", "600", "700", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 300, + "max": 700, + "defaultValue": 400 + } + ] + }, "Markazi Text": { "weights": ["400", "500", "600", "700", "variable"], "styles": ["normal"], @@ -4869,8 +4895,16 @@ "styles": ["normal"] }, "Merienda": { - "weights": ["400", "700"], - "styles": ["normal"] + "weights": ["300", "400", "500", "600", "700", "800", "900", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 300, + "max": 900, + "defaultValue": 400 + } + ] }, "Merienda One": { "weights": ["400"], @@ -5547,8 +5581,16 @@ ] }, "Noto Sans Bassa Vah": { - "weights": ["400"], - "styles": ["normal"] + "weights": ["400", "500", "600", "700", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 400, + "max": 700, + "defaultValue": 400 + } + ] }, "Noto Sans Batak": { "weights": ["400"], @@ -6106,6 +6148,35 @@ } ] }, + "Noto Sans Lao Looped": { + "weights": [ + "100", + "200", + "300", + "400", + "500", + "600", + "700", + "800", + "900", + "variable" + ], + "styles": ["normal"], + "axes": [ + { + "tag": "wdth", + "min": 62.5, + "max": 100, + "defaultValue": 100 + }, + { + "tag": "wght", + "min": 100, + "max": 900, + "defaultValue": 400 + } + ] + }, "Noto Sans Lepcha": { "weights": ["400"], "styles": ["normal"] @@ -6234,6 +6305,10 @@ } ] }, + "Noto Sans Mende Kikakui": { + "weights": ["400"], + "styles": ["normal"] + }, "Noto Sans Meroitic": { "weights": ["400"], "styles": ["normal"] @@ -6300,8 +6375,16 @@ "styles": ["normal"] }, "Noto Sans New Tai Lue": { - "weights": ["400"], - "styles": ["normal"] + "weights": ["400", "500", "600", "700", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 400, + "max": 700, + "defaultValue": 400 + } + ] }, "Noto Sans Newa": { "weights": ["400"], @@ -7153,6 +7236,18 @@ } ] }, + "Noto Serif Oriya": { + "weights": ["400", "500", "600", "700", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 400, + "max": 700, + "defaultValue": 400 + } + ] + }, "Noto Serif SC": { "weights": ["200", "300", "400", "500", "600", "700", "900"], "styles": ["normal"] @@ -8996,6 +9091,24 @@ "weights": ["400"], "styles": ["normal"] }, + "Sono": { + "weights": ["200", "300", "400", "500", "600", "700", "800", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "MONO", + "min": 0, + "max": 1, + "defaultValue": 1 + }, + { + "tag": "wght", + "min": 200, + "max": 800, + "defaultValue": 400 + } + ] + }, "Sonsie One": { "weights": ["400"], "styles": ["normal"] @@ -9985,7 +10098,7 @@ "styles": ["normal"] }, "Zen Old Mincho": { - "weights": ["400", "700", "900"], + "weights": ["400", "500", "600", "700", "900"], "styles": ["normal"] }, "Zen Tokyo Zoo": { diff --git a/packages/font/src/google/index.ts b/packages/font/src/google/index.ts index 3eba10af5d2e9bb..9a419a771e500b6 100644 --- a/packages/font/src/google/index.ts +++ b/packages/font/src/google/index.ts @@ -1,30 +1,39 @@ /** * This is an autogenerated file by scripts/update-google-fonts.js */ -import type { FontModule } from 'next/font' -type Display = 'auto' | 'block' | 'swap' | 'fallback' | 'optional' -type CssVariable = `--${string}` -export declare function ABeeZee(options: { +import type { + CssVariable, + NextFont, + NextFontWithVariable, + Display, +} from '../types' +export declare function ABeeZee< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Abel(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Abel< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Abhaya_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Abhaya_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -34,83 +43,99 @@ export declare function Abhaya_Libre(options: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'sinhala'> -}): FontModule -export declare function Aboreto(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aboreto< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Abril_Fatface(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Abril_Fatface< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Abyssinica_SIL(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Abyssinica_SIL< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'ethiopic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Aclonica(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aclonica< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Acme(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Acme< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Actor(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Actor< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Adamina(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Adamina< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Advent_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Advent_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -122,53 +147,63 @@ export declare function Advent_Pro(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Aguafina_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aguafina_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Akaya_Kanadaka(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Akaya_Kanadaka< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Akaya_Telivigala(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Akaya_Telivigala< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu'> -}): FontModule -export declare function Akronim(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Akronim< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Akshar(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Akshar< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -179,43 +214,51 @@ export declare function Akshar(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Aladin(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aladin< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Alata(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alata< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Alatsi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alatsi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Albert_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Albert_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -232,33 +275,39 @@ export declare function Albert_Sans(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Aldrich(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aldrich< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Alef(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alef< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin'> -}): FontModule -export declare function Alegreya(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alegreya< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -270,7 +319,7 @@ export declare function Alegreya(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -283,8 +332,10 @@ export declare function Alegreya(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Alegreya_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alegreya_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -294,7 +345,7 @@ export declare function Alegreya_SC(options: { | Array<'400' | '500' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -307,8 +358,10 @@ export declare function Alegreya_SC(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Alegreya_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alegreya_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -320,7 +373,7 @@ export declare function Alegreya_Sans(options: { | Array<'100' | '300' | '400' | '500' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -333,8 +386,10 @@ export declare function Alegreya_Sans(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Alegreya_Sans_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alegreya_Sans_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -346,7 +401,7 @@ export declare function Alegreya_Sans_SC(options: { | Array<'100' | '300' | '400' | '500' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -359,168 +414,202 @@ export declare function Alegreya_Sans_SC(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Aleo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aleo< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Alex_Brush(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alex_Brush< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Alfa_Slab_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alfa_Slab_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Alice(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alice< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Alike(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alike< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Alike_Angular(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alike_Angular< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Alkalami(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alkalami< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Allan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Allan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Allerta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Allerta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Allerta_Stencil(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Allerta_Stencil< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Allison(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Allison< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Allura(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Allura< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Almarai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Almarai< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | '800' | Array<'300' | '400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic'> -}): FontModule -export declare function Almendra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Almendra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Almendra_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Almendra_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Almendra_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Almendra_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Alumni_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alumni_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -537,137 +626,163 @@ export declare function Alumni_Sans(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Alumni_Sans_Collegiate_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alumni_Sans_Collegiate_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Alumni_Sans_Inline_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alumni_Sans_Inline_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Alumni_Sans_Pinstripe(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Alumni_Sans_Pinstripe< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Amarante(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amarante< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Amaranth(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amaranth< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Amatic_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amatic_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'hebrew' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Amethysta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amethysta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Amiko(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amiko< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '600' | '700' | Array<'400' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Amiri(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amiri< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Amiri_Quran(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amiri_Quran< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin'> -}): FontModule -export declare function Amita(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Amita< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Anaheim(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anaheim< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Andada_Pro(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Andada_Pro< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -678,25 +793,29 @@ export declare function Andada_Pro(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Andika(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Andika< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Anek_Bangla(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Bangla< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -710,14 +829,16 @@ export declare function Anek_Bangla(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Devanagari(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Devanagari< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -731,14 +852,16 @@ export declare function Anek_Devanagari(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Gujarati(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Gujarati< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -752,14 +875,16 @@ export declare function Anek_Gujarati(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Gurmukhi(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Gurmukhi< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -773,14 +898,16 @@ export declare function Anek_Gurmukhi(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Kannada(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Kannada< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -794,14 +921,16 @@ export declare function Anek_Kannada(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Latin(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Latin< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -815,14 +944,16 @@ export declare function Anek_Latin(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Malayalam(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Malayalam< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -836,14 +967,16 @@ export declare function Anek_Malayalam(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'malayalam'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Odia(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Odia< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -857,14 +990,16 @@ export declare function Anek_Odia(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'oriya'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Tamil(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Tamil< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -878,14 +1013,16 @@ export declare function Anek_Tamil(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> axes?: 'wdth'[] -}): FontModule -export declare function Anek_Telugu(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anek_Telugu< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -899,84 +1036,100 @@ export declare function Anek_Telugu(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu'> axes?: 'wdth'[] -}): FontModule -export declare function Angkor(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Angkor< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Annie_Use_Your_Telescope(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Annie_Use_Your_Telescope< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Anonymous_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anonymous_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Antic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Antic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Antic_Didone(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Antic_Didone< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Antic_Slab(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Antic_Slab< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Anton(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anton< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Antonio(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Antonio< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -989,13 +1142,15 @@ export declare function Antonio(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Anybody(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Anybody< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -1012,54 +1167,64 @@ export declare function Anybody(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Arapey(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arapey< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Arbutus(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arbutus< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Arbutus_Slab(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arbutus_Slab< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Architects_Daughter(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Architects_Daughter< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Archivo(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Archivo< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -1076,24 +1241,28 @@ export declare function Archivo(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Archivo_Black(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Archivo_Black< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Archivo_Narrow(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Archivo_Narrow< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1103,43 +1272,51 @@ export declare function Archivo_Narrow(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Are_You_Serious(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Are_You_Serious< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Aref_Ruqaa(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aref_Ruqaa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Aref_Ruqaa_Ink(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aref_Ruqaa_Ink< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Arima(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arima< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -1152,7 +1329,7 @@ export declare function Arima(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -1165,8 +1342,10 @@ export declare function Arima(options?: { | 'tamil' | 'vietnamese' > -}): FontModule -export declare function Arima_Madurai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arima_Madurai< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -1179,13 +1358,15 @@ export declare function Arima_Madurai(options: { | Array<'100' | '200' | '300' | '400' | '500' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil' | 'vietnamese'> -}): FontModule -export declare function Arimo(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arimo< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1195,7 +1376,7 @@ export declare function Arimo(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -1209,70 +1390,84 @@ export declare function Arimo(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Arizonia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arizonia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Armata(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Armata< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Arsenal(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arsenal< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Artifika(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Artifika< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Arvo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arvo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Arya(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Arya< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Asap(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Asap< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1282,43 +1477,51 @@ export declare function Asap(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Asap_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Asap_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '600' | '700' | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Asar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Asar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Asset(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Asset< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Assistant(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Assistant< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -1331,33 +1534,39 @@ export declare function Assistant(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Astloch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Astloch< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Asul(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Asul< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Athiti(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Athiti< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -1368,23 +1577,27 @@ export declare function Athiti(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Atkinson_Hyperlegible(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Atkinson_Hyperlegible< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Atma(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Atma< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -1394,113 +1607,135 @@ export declare function Atma(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Atomic_Age(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Atomic_Age< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Aubrey(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Aubrey< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Audiowide(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Audiowide< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Autour_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Autour_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Average(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Average< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Average_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Average_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Averia_Gruesa_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Averia_Gruesa_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Averia_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Averia_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Averia_Sans_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Averia_Sans_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Averia_Serif_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Averia_Serif_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Azeret_Mono(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Azeret_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -1517,113 +1752,135 @@ export declare function Azeret_Mono(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function B612(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function B612< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function B612_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function B612_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function BIZ_UDGothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BIZ_UDGothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek-ext' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function BIZ_UDMincho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BIZ_UDMincho< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek-ext' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function BIZ_UDPGothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BIZ_UDPGothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek-ext' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function BIZ_UDPMincho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BIZ_UDPMincho< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek-ext' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Babylonica(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Babylonica< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bad_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bad_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin'> -}): FontModule -export declare function Bahiana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bahiana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Bahianita(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bahianita< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bai_Jamjuree(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bai_Jamjuree< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -1634,34 +1891,40 @@ export declare function Bai_Jamjuree(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Bakbak_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bakbak_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Ballet(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ballet< + T extends CssVariable | undefined = undefined +>(options?: { weight?: '400' | 'variable' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'opsz'[] -}): FontModule -export declare function Baloo_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1672,13 +1935,15 @@ export declare function Baloo_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Baloo_Bhai_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Bhai_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1689,13 +1954,15 @@ export declare function Baloo_Bhai_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Baloo_Bhaijaan_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Bhaijaan_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1706,13 +1973,15 @@ export declare function Baloo_Bhaijaan_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Baloo_Bhaina_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Bhaina_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1723,13 +1992,15 @@ export declare function Baloo_Bhaina_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'oriya' | 'vietnamese'> -}): FontModule -export declare function Baloo_Chettan_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Chettan_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1740,13 +2011,15 @@ export declare function Baloo_Chettan_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'malayalam' | 'vietnamese'> -}): FontModule -export declare function Baloo_Da_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Da_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1757,13 +2030,15 @@ export declare function Baloo_Da_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Baloo_Paaji_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Paaji_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1774,13 +2049,15 @@ export declare function Baloo_Paaji_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Baloo_Tamma_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Tamma_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1791,13 +2068,15 @@ export declare function Baloo_Tamma_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Baloo_Tammudu_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Tammudu_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1808,13 +2087,15 @@ export declare function Baloo_Tammudu_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu' | 'vietnamese'> -}): FontModule -export declare function Baloo_Thambi_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baloo_Thambi_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -1825,43 +2106,51 @@ export declare function Baloo_Thambi_2(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil' | 'vietnamese'> -}): FontModule -export declare function Balsamiq_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Balsamiq_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Balthazar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Balthazar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bangers(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bangers< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Barlow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Barlow< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -1877,13 +2166,15 @@ export declare function Barlow(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Barlow_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Barlow_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -1899,13 +2190,15 @@ export declare function Barlow_Condensed(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Barlow_Semi_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Barlow_Semi_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -1921,53 +2214,63 @@ export declare function Barlow_Semi_Condensed(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Barriecito(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Barriecito< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Barrio(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Barrio< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Basic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Basic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Baskervville(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baskervville< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Battambang(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Battambang< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -1977,33 +2280,39 @@ export declare function Battambang(options: { | Array<'100' | '300' | '400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Baumans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Baumans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bayon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bayon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Be_Vietnam_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Be_Vietnam_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -2019,123 +2328,147 @@ export declare function Be_Vietnam_Pro(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Beau_Rivage(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Beau_Rivage< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bebas_Neue(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bebas_Neue< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Belgrano(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Belgrano< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bellefair(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bellefair< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Belleza(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Belleza< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Bellota(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bellota< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bellota_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bellota_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function BenchNine(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BenchNine< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Benne(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Benne< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Bentham(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bentham< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Berkshire_Swash(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Berkshire_Swash< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Besley(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Besley< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -2147,43 +2480,51 @@ export declare function Besley(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Beth_Ellen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Beth_Ellen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bevan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bevan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function BhuTuka_Expanded_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BhuTuka_Expanded_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Big_Shoulders_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Big_Shoulders_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2200,13 +2541,15 @@ export declare function Big_Shoulders_Display(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Big_Shoulders_Inline_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Big_Shoulders_Inline_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2223,13 +2566,15 @@ export declare function Big_Shoulders_Inline_Display(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Big_Shoulders_Inline_Text(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Big_Shoulders_Inline_Text< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2246,13 +2591,15 @@ export declare function Big_Shoulders_Inline_Text(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Big_Shoulders_Stencil_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Big_Shoulders_Stencil_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2269,13 +2616,15 @@ export declare function Big_Shoulders_Stencil_Display(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Big_Shoulders_Stencil_Text(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Big_Shoulders_Stencil_Text< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2292,13 +2641,15 @@ export declare function Big_Shoulders_Stencil_Text(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Big_Shoulders_Text(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Big_Shoulders_Text< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2315,53 +2666,63 @@ export declare function Big_Shoulders_Text(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bigelow_Rules(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bigelow_Rules< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Bigshot_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bigshot_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bilbo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bilbo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bilbo_Swash_Caps(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bilbo_Swash_Caps< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function BioRhyme(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BioRhyme< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -2371,13 +2732,15 @@ export declare function BioRhyme(options: { | Array<'200' | '300' | '400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function BioRhyme_Expanded(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function BioRhyme_Expanded< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -2387,33 +2750,39 @@ export declare function BioRhyme_Expanded(options: { | Array<'200' | '300' | '400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Birthstone(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Birthstone< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Birthstone_Bounce(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Birthstone_Bounce< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | Array<'400' | '500'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Biryani(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Biryani< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -2425,13 +2794,15 @@ export declare function Biryani(options: { | Array<'200' | '300' | '400' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Bitter(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bitter< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -2448,75 +2819,89 @@ export declare function Bitter(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Black_And_White_Picture(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Black_And_White_Picture< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Black_Han_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Black_Han_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Black_Ops_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Black_Ops_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Blaka(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Blaka< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Blaka_Hollow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Blaka_Hollow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Blaka_Ink(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Blaka_Ink< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Blinker(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Blinker< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -2529,13 +2914,15 @@ export declare function Blinker(options: { | Array<'100' | '200' | '300' | '400' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Bodoni_Moda(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bodoni_Moda< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -2547,28 +2934,32 @@ export declare function Bodoni_Moda(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> axes?: 'opsz'[] -}): FontModule -export declare function Bokor(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bokor< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Bona_Nova(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bona_Nova< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -2581,78 +2972,94 @@ export declare function Bona_Nova(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Bonbon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bonbon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bonheur_Royale(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bonheur_Royale< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Boogaloo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Boogaloo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bowlby_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bowlby_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bowlby_One_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bowlby_One_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Brawler(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Brawler< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Bree_Serif(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bree_Serif< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Brygada_1918(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Brygada_1918< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -2662,135 +3069,161 @@ export declare function Brygada_1918(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Bubblegum_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bubblegum_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Bubbler_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bubbler_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Buda(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Buda< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | Array<'300'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Buenard(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Buenard< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Bungee(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bungee< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bungee_Hairline(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bungee_Hairline< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bungee_Inline(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bungee_Inline< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bungee_Outline(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bungee_Outline< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bungee_Shade(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bungee_Shade< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Bungee_Spice(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Bungee_Spice< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Butcherman(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Butcherman< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Butterfly_Kids(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Butterfly_Kids< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cabin(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cabin< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -2800,54 +3233,64 @@ export declare function Cabin(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Cabin_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cabin_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '600' | '700' | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Cabin_Sketch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cabin_Sketch< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Caesar_Dressing(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Caesar_Dressing< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Cagliostro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cagliostro< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Cairo(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cairo< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -2864,13 +3307,16 @@ export declare function Cairo(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Cairo_Play(options?: { + axes?: 'slnt'[] +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cairo_Play< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -2887,194 +3333,232 @@ export declare function Cairo_Play(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> axes?: 'slnt'[] -}): FontModule -export declare function Caladea(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Caladea< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Calistoga(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Calistoga< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Calligraffitti(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Calligraffitti< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Cambay(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cambay< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Cambo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cambo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Candal(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Candal< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Cantarell(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cantarell< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> -}): FontModule -export declare function Cantata_One(options: { + subsets?: Array<'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cantata_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cantora_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cantora_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Capriola(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Capriola< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Caramel(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Caramel< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Carattere(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Carattere< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Cardo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cardo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek' | 'greek-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Carme(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Carme< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Carrois_Gothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Carrois_Gothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Carrois_Gothic_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Carrois_Gothic_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Carter_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Carter_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Castoro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Castoro< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Catamaran(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Catamaran< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -3091,23 +3575,27 @@ export declare function Catamaran(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> -}): FontModule -export declare function Caudex(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Caudex< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek' | 'greek-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Caveat(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Caveat< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -3117,43 +3605,51 @@ export declare function Caveat(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Caveat_Brush(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Caveat_Brush< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cedarville_Cursive(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cedarville_Cursive< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Ceviche_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ceviche_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chakra_Petch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chakra_Petch< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -3163,13 +3659,15 @@ export declare function Chakra_Petch(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Changa(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Changa< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -3182,65 +3680,77 @@ export declare function Changa(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Changa_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Changa_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Chango(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chango< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Charis_SIL(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Charis_SIL< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Charm(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Charm< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Charmonman(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Charmonman< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Chathura(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chathura< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -3250,133 +3760,159 @@ export declare function Chathura(options: { | Array<'100' | '300' | '400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Chau_Philomene_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chau_Philomene_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chela_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chela_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chelsea_Market(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chelsea_Market< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chenla(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chenla< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer'> -}): FontModule -export declare function Cherish(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cherish< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Cherry_Cream_Soda(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cherry_Cream_Soda< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Cherry_Swash(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cherry_Swash< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chewy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chewy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Chicle(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chicle< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chilanka(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chilanka< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'malayalam'> -}): FontModule -export declare function Chivo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chivo< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | '900' | Array<'300' | '400' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Chonburi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chonburi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Cinzel(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cinzel< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -3388,83 +3924,99 @@ export declare function Cinzel(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cinzel_Decorative(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cinzel_Decorative< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '900' | Array<'400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Clicker_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Clicker_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Coda(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Coda< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '800' | Array<'400' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Coda_Caption(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Coda_Caption< + T extends CssVariable | undefined = undefined +>(options: { weight: '800' | Array<'800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Codystar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Codystar< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | Array<'300' | '400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Coiny(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Coiny< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil' | 'vietnamese'> -}): FontModule -export declare function Combo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Combo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Comfortaa(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Comfortaa< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -3475,55 +4027,65 @@ export declare function Comfortaa(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Comforter(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Comforter< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Comforter_Brush(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Comforter_Brush< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Comic_Neue(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Comic_Neue< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Coming_Soon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Coming_Soon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Commissioner(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Commissioner< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -3540,105 +4102,125 @@ export declare function Commissioner(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Concert_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Concert_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Condiment(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Condiment< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Content(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Content< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer'> -}): FontModule -export declare function Contrail_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Contrail_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Convergence(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Convergence< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cookie(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cookie< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Copse(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Copse< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Corben(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Corben< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Corinthia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Corinthia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Cormorant(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cormorant< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -3649,15 +4231,17 @@ export declare function Cormorant(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Cormorant_Garamond(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cormorant_Garamond< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -3667,15 +4251,17 @@ export declare function Cormorant_Garamond(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Cormorant_Infant(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cormorant_Infant< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -3685,15 +4271,17 @@ export declare function Cormorant_Infant(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Cormorant_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cormorant_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -3703,15 +4291,17 @@ export declare function Cormorant_SC(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Cormorant_Unicase(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cormorant_Unicase< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -3721,15 +4311,17 @@ export declare function Cormorant_Unicase(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Cormorant_Upright(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cormorant_Upright< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -3739,37 +4331,43 @@ export declare function Cormorant_Upright(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Courgette(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Courgette< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Courier_Prime(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Courier_Prime< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cousine(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cousine< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -3783,58 +4381,70 @@ export declare function Cousine(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Coustard(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Coustard< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '900' | Array<'400' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Covered_By_Your_Grace(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Covered_By_Your_Grace< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Crafty_Girls(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Crafty_Girls< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Creepster(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Creepster< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Crete_Round(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Crete_Round< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Crimson_Pro(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Crimson_Pro< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -3848,43 +4458,51 @@ export declare function Crimson_Pro(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Crimson_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Crimson_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '600' | '700' | Array<'400' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Croissant_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Croissant_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Crushed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Crushed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Cuprum(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cuprum< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -3894,95 +4512,113 @@ export declare function Cuprum(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Cute_Font(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cute_Font< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Cutive(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cutive< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Cutive_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cutive_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function DM_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function DM_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '500' | Array<'300' | '400' | '500'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function DM_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function DM_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function DM_Serif_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function DM_Serif_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function DM_Serif_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function DM_Serif_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Damion(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Damion< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Dancing_Script(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dancing_Script< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -3992,23 +4628,27 @@ export declare function Dancing_Script(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Dangrek(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dangrek< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Darker_Grotesque(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Darker_Grotesque< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -4020,187 +4660,223 @@ export declare function Darker_Grotesque(options: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function David_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function David_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Dawning_of_a_New_Day(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dawning_of_a_New_Day< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Days_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Days_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Dekko(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dekko< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Dela_Gothic_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dela_Gothic_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'greek' | 'japanese' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Delius(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Delius< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Delius_Swash_Caps(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Delius_Swash_Caps< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Delius_Unicase(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Delius_Unicase< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Della_Respira(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Della_Respira< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Denk_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Denk_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Devonshire(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Devonshire< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Dhurjati(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dhurjati< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Didact_Gothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Didact_Gothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Diplomata(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Diplomata< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Diplomata_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Diplomata_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Do_Hyeon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Do_Hyeon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Dokdo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dokdo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Domine(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Domine< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4210,53 +4886,63 @@ export declare function Domine(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Donegal_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Donegal_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Dongle(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dongle< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Doppio_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Doppio_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Dorsa(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dorsa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Dosis(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dosis< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -4269,43 +4955,51 @@ export declare function Dosis(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function DotGothic16(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function DotGothic16< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Dr_Sugiyama(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dr_Sugiyama< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Duru_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Duru_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function DynaPuff(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function DynaPuff< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4315,24 +5009,28 @@ export declare function DynaPuff(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Dynalight(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Dynalight< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function EB_Garamond(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function EB_Garamond< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4343,7 +5041,7 @@ export declare function EB_Garamond(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -4356,48 +5054,58 @@ export declare function EB_Garamond(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Eagle_Lake(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Eagle_Lake< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function East_Sea_Dokdo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function East_Sea_Dokdo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Eater(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Eater< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Economica(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Economica< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Eczar(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Eczar< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4408,13 +5116,15 @@ export declare function Eczar(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Edu_NSW_ACT_Foundation(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Edu_NSW_ACT_Foundation< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4424,13 +5134,15 @@ export declare function Edu_NSW_ACT_Foundation(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Edu_QLD_Beginner(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Edu_QLD_Beginner< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4440,13 +5152,15 @@ export declare function Edu_QLD_Beginner(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Edu_SA_Beginner(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Edu_SA_Beginner< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4456,13 +5170,15 @@ export declare function Edu_SA_Beginner(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Edu_TAS_Beginner(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Edu_TAS_Beginner< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4472,13 +5188,15 @@ export declare function Edu_TAS_Beginner(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Edu_VIC_WA_NT_Beginner(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Edu_VIC_WA_NT_Beginner< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4488,13 +5206,15 @@ export declare function Edu_VIC_WA_NT_Beginner(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function El_Messiri(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function El_Messiri< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4504,63 +5224,75 @@ export declare function El_Messiri(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Electrolize(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Electrolize< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Elsie(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Elsie< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '900' | Array<'400' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Elsie_Swash_Caps(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Elsie_Swash_Caps< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '900' | Array<'400' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Emblema_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Emblema_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Emilys_Candy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Emilys_Candy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Encode_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Encode_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -4577,14 +5309,16 @@ export declare function Encode_Sans(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Encode_Sans_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Encode_Sans_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -4600,13 +5334,15 @@ export declare function Encode_Sans_Condensed(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Encode_Sans_Expanded(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Encode_Sans_Expanded< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -4622,13 +5358,15 @@ export declare function Encode_Sans_Expanded(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Encode_Sans_SC(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Encode_Sans_SC< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -4645,14 +5383,16 @@ export declare function Encode_Sans_SC(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Encode_Sans_Semi_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Encode_Sans_Semi_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -4668,13 +5408,15 @@ export declare function Encode_Sans_Semi_Condensed(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Encode_Sans_Semi_Expanded(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Encode_Sans_Semi_Expanded< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -4690,53 +5432,63 @@ export declare function Encode_Sans_Semi_Expanded(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Engagement(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Engagement< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Englebert(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Englebert< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Enriqueta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Enriqueta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '600' | '700' | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ephesis(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ephesis< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Epilogue(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Epilogue< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -4753,63 +5505,75 @@ export declare function Epilogue(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Erica_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Erica_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Esteban(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Esteban< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Estonia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Estonia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Euphoria_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Euphoria_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ewert(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ewert< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Exo(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Exo< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -4826,13 +5590,15 @@ export declare function Exo(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Exo_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Exo_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -4849,15 +5615,17 @@ export declare function Exo_2(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Expletus_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Expletus_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4867,23 +5635,27 @@ export declare function Expletus_Sans(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Explora(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Explora< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cherokee' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Fahkwang(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fahkwang< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -4894,13 +5666,15 @@ export declare function Fahkwang(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Familjen_Grotesk(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Familjen_Grotesk< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -4910,93 +5684,111 @@ export declare function Familjen_Grotesk(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Fanwood_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fanwood_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Farro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Farro< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '500' | '700' | Array<'300' | '400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Farsan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Farsan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Fascinate(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fascinate< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Fascinate_Inline(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fascinate_Inline< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Faster_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Faster_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Fasthand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fasthand< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Fauna_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fauna_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Faustina(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Faustina< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -5008,63 +5800,75 @@ export declare function Faustina(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Federant(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Federant< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Federo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Federo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Felipa(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Felipa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Fenix(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fenix< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Festive(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Festive< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Figtree(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Figtree< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -5077,23 +5881,27 @@ export declare function Figtree(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Finger_Paint(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Finger_Paint< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Finlandica(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Finlandica< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -5103,13 +5911,15 @@ export declare function Finlandica(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Fira_Code(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fira_Code< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -5120,27 +5930,31 @@ export declare function Fira_Code(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Fira_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fira_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Fira_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fira_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -5156,7 +5970,7 @@ export declare function Fira_Sans(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -5169,8 +5983,10 @@ export declare function Fira_Sans(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Fira_Sans_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fira_Sans_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -5186,7 +6002,7 @@ export declare function Fira_Sans_Condensed(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -5199,8 +6015,10 @@ export declare function Fira_Sans_Condensed(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Fira_Sans_Extra_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fira_Sans_Extra_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -5216,7 +6034,7 @@ export declare function Fira_Sans_Extra_Condensed(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -5229,134 +6047,172 @@ export declare function Fira_Sans_Extra_Condensed(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Fjalla_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fjalla_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Fjord_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fjord_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Flamenco(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Flamenco< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | Array<'300' | '400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Flavors(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Flavors< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Fleur_De_Leah(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fleur_De_Leah< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Flow_Block(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Flow_Block< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Flow_Circular(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Flow_Circular< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Flow_Rounded(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Flow_Rounded< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Fondamento(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fondamento< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Fontdiner_Swanky(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fontdiner_Swanky< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Forum(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Forum< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Francois_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fragment_Mono< + T extends CssVariable | undefined = undefined +>(options: { + weight: '400' | Array<'400'> + style?: 'normal' | 'italic' | Array<'normal' | 'italic'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Francois_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Frank_Ruhl_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Frank_Ruhl_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -5366,13 +6222,15 @@ export declare function Frank_Ruhl_Libre(options: { | Array<'300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Fraunces(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fraunces< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -5389,34 +6247,40 @@ export declare function Fraunces(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: ('SOFT' | 'WONK' | 'opsz')[] -}): FontModule -export declare function Freckle_Face(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Freckle_Face< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Fredericka_the_Great(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fredericka_the_Great< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Fredoka(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fredoka< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -5427,184 +6291,220 @@ export declare function Fredoka(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Fredoka_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fredoka_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Freehand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Freehand< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Fresca(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fresca< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Frijole(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Frijole< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Fruktur(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fruktur< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Fugaz_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fugaz_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Fuggles(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fuggles< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Fuzzy_Bubbles(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Fuzzy_Bubbles< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function GFS_Didot(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function GFS_Didot< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek'> -}): FontModule -export declare function GFS_Neohellenic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function GFS_Neohellenic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek'> -}): FontModule -export declare function Gabriela(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gabriela< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin'> -}): FontModule -export declare function Gaegu(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gaegu< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Gafata(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gafata< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Galada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Galada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin'> -}): FontModule -export declare function Galdeano(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Galdeano< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Galindo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Galindo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Gamja_Flower(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gamja_Flower< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Gantari(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gantari< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -5621,33 +6521,39 @@ export declare function Gantari(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Gayathri(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gayathri< + T extends CssVariable | undefined = undefined +>(options: { weight: '100' | '400' | '700' | Array<'100' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'malayalam'> -}): FontModule -export declare function Gelasio(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gelasio< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '600' | '700' | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gemunu_Libre(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gemunu_Libre< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -5660,13 +6566,15 @@ export declare function Gemunu_Libre(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'sinhala'> -}): FontModule -export declare function Genos(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Genos< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -5683,27 +6591,31 @@ export declare function Genos(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cherokee' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gentium_Book_Basic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gentium_Book_Basic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Gentium_Book_Plus(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gentium_Book_Plus< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -5716,12 +6628,14 @@ export declare function Gentium_Book_Plus(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Gentium_Plus(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gentium_Plus< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -5734,18 +6648,22 @@ export declare function Gentium_Plus(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Geo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Geo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Georama(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Georama< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -5762,124 +6680,148 @@ export declare function Georama(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Geostar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Geostar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Geostar_Fill(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Geostar_Fill< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Germania_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Germania_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Gideon_Roman(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gideon_Roman< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gidugu(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gidugu< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Gilda_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gilda_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Girassol(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Girassol< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Give_You_Glory(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Give_You_Glory< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Glass_Antiqua(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Glass_Antiqua< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Glegoo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Glegoo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Gloria_Hallelujah(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gloria_Hallelujah< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Glory(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Glory< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -5893,13 +6835,15 @@ export declare function Glory(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gluten(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gluten< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -5916,54 +6860,64 @@ export declare function Gluten(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'slnt'[] -}): FontModule -export declare function Goblin_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Goblin_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Gochi_Hand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gochi_Hand< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Goldman(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Goldman< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gorditas(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gorditas< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Gothic_A1(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gothic_A1< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -5979,73 +6933,87 @@ export declare function Gothic_A1(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Gotu(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gotu< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Goudy_Bookletter_1911(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Goudy_Bookletter_1911< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Gowun_Batang(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gowun_Batang< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gowun_Dodum(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gowun_Dodum< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Graduate(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Graduate< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Grand_Hotel(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grand_Hotel< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Grandstander(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grandstander< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -6062,53 +7030,63 @@ export declare function Grandstander(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Grape_Nuts(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grape_Nuts< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Gravitas_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gravitas_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Great_Vibes(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Great_Vibes< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Grechen_Fuemen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grechen_Fuemen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Grenze(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grenze< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6124,13 +7102,15 @@ export declare function Grenze(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Grenze_Gotisch(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grenze_Gotisch< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -6147,123 +7127,147 @@ export declare function Grenze_Gotisch(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Grey_Qo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Grey_Qo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Griffy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Griffy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Gruppo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gruppo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Gudea(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gudea< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Gugi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gugi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Gulzar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gulzar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Gupter(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gupter< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Gurajada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gurajada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Gwendolyn(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Gwendolyn< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Habibi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Habibi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Hachi_Maru_Pop(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hachi_Maru_Pop< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Hahmlet(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hahmlet< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -6280,13 +7284,15 @@ export declare function Hahmlet(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Halant(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Halant< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -6296,53 +7302,63 @@ export declare function Halant(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Hammersmith_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hammersmith_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Hanalei(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hanalei< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Hanalei_Fill(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hanalei_Fill< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Handlee(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Handlee< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Hanuman(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hanuman< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -6352,43 +7368,51 @@ export declare function Hanuman(options: { | Array<'100' | '300' | '400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Happy_Monkey(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Happy_Monkey< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Harmattan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Harmattan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Headland_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Headland_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Heebo(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Heebo< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -6405,23 +7429,27 @@ export declare function Heebo(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin'> -}): FontModule -export declare function Henny_Penny(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Henny_Penny< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Hepta_Slab(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hepta_Slab< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '1' | '100' @@ -6448,45 +7476,53 @@ export declare function Hepta_Slab(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Herr_Von_Muellerhoff(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Herr_Von_Muellerhoff< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Hi_Melody(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hi_Melody< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Hina_Mincho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hina_Mincho< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'japanese' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Hind(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hind< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -6496,13 +7532,15 @@ export declare function Hind(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Hind_Guntur(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hind_Guntur< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -6512,13 +7550,15 @@ export declare function Hind_Guntur(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu'> -}): FontModule -export declare function Hind_Madurai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hind_Madurai< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -6528,13 +7568,15 @@ export declare function Hind_Madurai(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> -}): FontModule -export declare function Hind_Siliguri(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hind_Siliguri< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -6544,13 +7586,15 @@ export declare function Hind_Siliguri(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Hind_Vadodara(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hind_Vadodara< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -6560,63 +7604,75 @@ export declare function Hind_Vadodara(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Holtwood_One_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Holtwood_One_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Homemade_Apple(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Homemade_Apple< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Homenaje(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Homenaje< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Hubballi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hubballi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Hurricane(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Hurricane< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function IBM_Plex_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6628,15 +7684,17 @@ export declare function IBM_Plex_Mono(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function IBM_Plex_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6648,15 +7706,17 @@ export declare function IBM_Plex_Sans(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function IBM_Plex_Sans_Arabic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_Arabic< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6668,13 +7728,15 @@ export declare function IBM_Plex_Sans_Arabic(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function IBM_Plex_Sans_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6686,13 +7748,15 @@ export declare function IBM_Plex_Sans_Condensed(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function IBM_Plex_Sans_Devanagari(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_Devanagari< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6704,13 +7768,15 @@ export declare function IBM_Plex_Sans_Devanagari(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function IBM_Plex_Sans_Hebrew(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_Hebrew< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6722,13 +7788,35 @@ export declare function IBM_Plex_Sans_Hebrew(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function IBM_Plex_Sans_KR(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_JP< + T extends CssVariable | undefined = undefined +>(options: { + weight: + | '100' + | '200' + | '300' + | '400' + | '500' + | '600' + | '700' + | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_KR< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6740,13 +7828,15 @@ export declare function IBM_Plex_Sans_KR(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin' | 'latin-ext'> -}): FontModule -export declare function IBM_Plex_Sans_Thai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_Thai< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6758,13 +7848,15 @@ export declare function IBM_Plex_Sans_Thai(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'thai'> -}): FontModule -export declare function IBM_Plex_Sans_Thai_Looped(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Sans_Thai_Looped< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6776,13 +7868,15 @@ export declare function IBM_Plex_Sans_Thai_Looped(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'thai'> -}): FontModule -export declare function IBM_Plex_Serif(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IBM_Plex_Serif< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -6794,115 +7888,137 @@ export declare function IBM_Plex_Serif(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function IM_Fell_DW_Pica(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_DW_Pica< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_DW_Pica_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_DW_Pica_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_Double_Pica(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_Double_Pica< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_Double_Pica_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_Double_Pica_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_English(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_English< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_English_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_English_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_French_Canon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_French_Canon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_French_Canon_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_French_Canon_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_Great_Primer(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_Great_Primer< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function IM_Fell_Great_Primer_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function IM_Fell_Great_Primer_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Ibarra_Real_Nova(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ibarra_Real_Nova< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -6912,33 +8028,39 @@ export declare function Ibarra_Real_Nova(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Iceberg(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Iceberg< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Iceland(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Iceland< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Imbue(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Imbue< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -6955,34 +8077,40 @@ export declare function Imbue(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'opsz'[] -}): FontModule -export declare function Imperial_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Imperial_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Imprima(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Imprima< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Inconsolata(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inconsolata< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -6996,54 +8124,64 @@ export declare function Inconsolata(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Inder(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inder< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Indie_Flower(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Indie_Flower< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Ingrid_Darling(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ingrid_Darling< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Inika(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inika< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Inknut_Antiqua(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inknut_Antiqua< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -7055,43 +8193,51 @@ export declare function Inknut_Antiqua(options: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Inria_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inria_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Inria_Serif(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inria_Serif< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Inspiration(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inspiration< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Inter(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inter< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7108,7 +8254,7 @@ export declare function Inter(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -7122,8 +8268,10 @@ export declare function Inter(options?: { | 'vietnamese' > axes?: 'slnt'[] -}): FontModule -export declare function Inter_Tight(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Inter_Tight< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7140,7 +8288,7 @@ export declare function Inter_Tight(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -7153,98 +8301,118 @@ export declare function Inter_Tight(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Irish_Grover(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Irish_Grover< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Island_Moments(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Island_Moments< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Istok_Web(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Istok_Web< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Italiana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Italiana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Italianno(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Italianno< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Itim(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Itim< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Jacques_Francois(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jacques_Francois< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Jacques_Francois_Shadow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jacques_Francois_Shadow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Jaldi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jaldi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function JetBrains_Mono(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function JetBrains_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7258,75 +8426,89 @@ export declare function JetBrains_Mono(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Jim_Nightshade(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jim_Nightshade< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Joan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Joan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Jockey_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jockey_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Jolly_Lodger(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jolly_Lodger< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Jomhuria(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jomhuria< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Jomolhari(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jomolhari< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'tibetan'> -}): FontModule -export declare function Josefin_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Josefin_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7339,13 +8521,15 @@ export declare function Josefin_Sans(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Josefin_Slab(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Josefin_Slab< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7358,13 +8542,15 @@ export declare function Josefin_Slab(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Jost(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jost< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7381,73 +8567,87 @@ export declare function Jost(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Joti_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Joti_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Jua(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jua< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Judson(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Judson< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Julee(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Julee< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Julius_Sans_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Julius_Sans_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Junge(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Junge< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Jura(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Jura< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -7458,7 +8658,7 @@ export declare function Jura(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -7472,28 +8672,34 @@ export declare function Jura(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Just_Another_Hand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Just_Another_Hand< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Just_Me_Again_Down_Here(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Just_Me_Again_Down_Here< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function K2D(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function K2D< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -7506,83 +8712,99 @@ export declare function K2D(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Kadwa(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kadwa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin'> -}): FontModule -export declare function Kaisei_Decol(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kaisei_Decol< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kaisei_HarunoUmi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kaisei_HarunoUmi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kaisei_Opti(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kaisei_Opti< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kaisei_Tokumin(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kaisei_Tokumin< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | '800' | Array<'400' | '500' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kalam(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kalam< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kameron(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kameron< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Kanit(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kanit< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -7598,23 +8820,27 @@ export declare function Kanit(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Kantumruy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kantumruy< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer'> -}): FontModule -export declare function Kantumruy_Pro(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kantumruy_Pro< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -7627,23 +8853,27 @@ export declare function Kantumruy_Pro(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Karantina(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Karantina< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Karla(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Karla< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -7656,13 +8886,15 @@ export declare function Karla(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Karma(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Karma< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -7672,93 +8904,111 @@ export declare function Karma(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Katibeh(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Katibeh< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kaushan_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kaushan_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Kavivanar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kavivanar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> -}): FontModule -export declare function Kavoon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kavoon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Kdam_Thmor_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kdam_Thmor_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Keania_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Keania_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Kelly_Slab(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kelly_Slab< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kenia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kenia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Khand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Khand< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -7768,23 +9018,27 @@ export declare function Khand(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Khmer(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Khmer< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer'> -}): FontModule -export declare function Khula(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Khula< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -7794,73 +9048,87 @@ export declare function Khula(options: { | Array<'300' | '400' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kings(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kings< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Kirang_Haerang(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kirang_Haerang< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Kite_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kite_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Kiwi_Maru(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kiwi_Maru< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '500' | Array<'300' | '400' | '500'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Klee_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Klee_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '600' | Array<'400' | '600'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek-ext' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Knewave(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Knewave< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function KoHo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function KoHo< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -7871,13 +9139,15 @@ export declare function KoHo(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Kodchasan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kodchasan< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -7888,13 +9158,15 @@ export declare function Kodchasan(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Koh_Santepheap(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Koh_Santepheap< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -7904,73 +9176,87 @@ export declare function Koh_Santepheap(options: { | Array<'100' | '300' | '400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Kolker_Brush(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kolker_Brush< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Kosugi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kosugi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kosugi_Maru(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kosugi_Maru< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kotta_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kotta_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Koulen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Koulen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Kranky(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kranky< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Kreon(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kreon< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -7981,33 +9267,39 @@ export declare function Kreon(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Kristi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kristi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Krona_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Krona_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Krub(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Krub< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -8018,13 +9310,15 @@ export declare function Krub(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Kufam(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kufam< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -8036,13 +9330,15 @@ export declare function Kufam(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Kulim_Park(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kulim_Park< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -8052,33 +9348,39 @@ export declare function Kulim_Park(options: { | Array<'200' | '300' | '400' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Kumar_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kumar_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kumar_One_Outline(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kumar_One_Outline< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Kumbh_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kumbh_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8095,45 +9397,53 @@ export declare function Kumbh_Sans(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Kurale(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Kurale< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'devanagari' | 'latin' | 'latin-ext' > -}): FontModule -export declare function La_Belle_Aurore(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function La_Belle_Aurore< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Lacquer(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lacquer< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Laila(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Laila< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -8143,53 +9453,63 @@ export declare function Laila(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Lakki_Reddy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lakki_Reddy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Lalezar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lalezar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lancelot(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lancelot< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Langar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Langar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Lateef(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lateef< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -8201,13 +9521,15 @@ export declare function Lateef(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Lato(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lato< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -8217,44 +9539,52 @@ export declare function Lato(options: { | Array<'100' | '300' | '400' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Lavishly_Yours(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lavishly_Yours< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function League_Gothic(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function League_Gothic< + T extends CssVariable | undefined = undefined +>(options?: { weight?: '400' | 'variable' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function League_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function League_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function League_Spartan(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function League_Spartan< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8271,53 +9601,63 @@ export declare function League_Spartan(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Leckerli_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Leckerli_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Ledger(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ledger< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Lekton(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lekton< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Lemon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lemon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Lemonada(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lemonada< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -8328,13 +9668,15 @@ export declare function Lemonada(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8351,13 +9693,15 @@ export declare function Lexend(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Deca(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Deca< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8374,13 +9718,15 @@ export declare function Lexend_Deca(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Exa(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Exa< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8397,13 +9743,15 @@ export declare function Lexend_Exa(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Giga(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Giga< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8420,13 +9768,15 @@ export declare function Lexend_Giga(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Mega(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Mega< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8443,13 +9793,15 @@ export declare function Lexend_Mega(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Peta(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Peta< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8466,13 +9818,15 @@ export declare function Lexend_Peta(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Tera(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Tera< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8489,13 +9843,15 @@ export declare function Lexend_Tera(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lexend_Zetta(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lexend_Zetta< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8512,93 +9868,111 @@ export declare function Lexend_Zetta(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Libre_Barcode_128(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_128< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Barcode_128_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_128_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Barcode_39(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_39< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Barcode_39_Extended(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_39_Extended< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Barcode_39_Extended_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_39_Extended_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Barcode_39_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_39_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Barcode_EAN13_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Barcode_EAN13_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Libre_Baskerville(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Baskerville< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Libre_Bodoni(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Bodoni< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -8608,33 +9982,39 @@ export declare function Libre_Bodoni(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Libre_Caslon_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Caslon_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Libre_Caslon_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Caslon_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Libre_Franklin(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Libre_Franklin< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8651,73 +10031,87 @@ export declare function Libre_Franklin(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Licorice(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Licorice< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Life_Savers(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Life_Savers< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '800' | Array<'400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Lilita_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lilita_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Lily_Script_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lily_Script_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Limelight(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Limelight< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Linden_Hill(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Linden_Hill< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Literata(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Literata< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -8731,7 +10125,7 @@ export declare function Literata(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -8745,18 +10139,22 @@ export declare function Literata(options?: { | 'vietnamese' > axes?: 'opsz'[] -}): FontModule -export declare function Liu_Jian_Mao_Cao(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Liu_Jian_Mao_Cao< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Livvic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Livvic< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -8769,85 +10167,101 @@ export declare function Livvic(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Lobster(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lobster< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Lobster_Two(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lobster_Two< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Londrina_Outline(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Londrina_Outline< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Londrina_Shadow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Londrina_Shadow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Londrina_Sketch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Londrina_Sketch< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Londrina_Solid(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Londrina_Solid< + T extends CssVariable | undefined = undefined +>(options: { weight: '100' | '300' | '400' | '900' | Array<'100' | '300' | '400' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Long_Cang(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Long_Cang< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Lora(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lora< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -8857,105 +10271,125 @@ export declare function Lora(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Love_Light(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Love_Light< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Love_Ya_Like_A_Sister(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Love_Ya_Like_A_Sister< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Loved_by_the_King(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Loved_by_the_King< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Lovers_Quarrel(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lovers_Quarrel< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Luckiest_Guy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Luckiest_Guy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Lusitana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lusitana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Lustria(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Lustria< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Luxurious_Roman(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Luxurious_Roman< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Luxurious_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Luxurious_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function M_PLUS_1(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function M_PLUS_1< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8972,13 +10406,15 @@ export declare function M_PLUS_1(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function M_PLUS_1_Code(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function M_PLUS_1_Code< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -8991,13 +10427,15 @@ export declare function M_PLUS_1_Code(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function M_PLUS_1p(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function M_PLUS_1p< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -9009,7 +10447,7 @@ export declare function M_PLUS_1p(options: { | Array<'100' | '300' | '400' | '500' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -9024,8 +10462,10 @@ export declare function M_PLUS_1p(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function M_PLUS_2(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function M_PLUS_2< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -9042,13 +10482,15 @@ export declare function M_PLUS_2(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function M_PLUS_Code_Latin(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function M_PLUS_Code_Latin< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -9061,14 +10503,16 @@ export declare function M_PLUS_Code_Latin(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function M_PLUS_Rounded_1c(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function M_PLUS_Rounded_1c< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -9080,7 +10524,7 @@ export declare function M_PLUS_Rounded_1c(options: { | Array<'100' | '300' | '400' | '500' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -9095,38 +10539,46 @@ export declare function M_PLUS_Rounded_1c(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Ma_Shan_Zheng(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ma_Shan_Zheng< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Macondo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Macondo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Macondo_Swash_Caps(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Macondo_Swash_Caps< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Mada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mada< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -9138,33 +10590,39 @@ export declare function Mada(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin'> -}): FontModule -export declare function Magra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Magra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Maiden_Orange(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Maiden_Orange< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Maitree(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Maitree< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -9175,33 +10633,39 @@ export declare function Maitree(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Major_Mono_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Major_Mono_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Mako(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mako< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Mali(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mali< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -9212,43 +10676,51 @@ export declare function Mali(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Mallanna(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mallanna< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Mandali(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mandali< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Manjari(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Manjari< + T extends CssVariable | undefined = undefined +>(options: { weight: '100' | '400' | '700' | Array<'100' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'malayalam'> -}): FontModule -export declare function Manrope(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Manrope< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -9261,25 +10733,29 @@ export declare function Manrope(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Mansalva(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mansalva< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> -}): FontModule -export declare function Manuale(options?: { + subsets?: Array<'greek' | 'latin' | 'latin-ext' | 'vietnamese'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Manuale< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -9291,53 +10767,82 @@ export declare function Manuale(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Marcellus(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marcellus< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Marcellus_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marcellus_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Marck_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marck_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Margarine(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Margarine< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Markazi_Text(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marhey< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '300' + | '400' + | '500' + | '600' + | '700' + | 'variable' + | Array<'300' | '400' | '500' | '600' | '700'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'arabic' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Markazi_Text< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -9347,33 +10852,39 @@ export declare function Markazi_Text(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Marko_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marko_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Marmelad(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marmelad< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Martel(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Martel< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -9385,13 +10896,15 @@ export declare function Martel(options: { | Array<'200' | '300' | '400' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Martel_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Martel_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -9403,43 +10916,51 @@ export declare function Martel_Sans(options: { | Array<'200' | '300' | '400' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Marvel(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Marvel< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Mate(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mate< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Mate_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mate_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Maven_Pro(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Maven_Pro< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -9451,135 +10972,170 @@ export declare function Maven_Pro(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function McLaren(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function McLaren< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mea_Culpa(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mea_Culpa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Meddon(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Meddon< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function MedievalSharp(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function MedievalSharp< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Medula_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Medula_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Meera_Inimai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Meera_Inimai< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'tamil'> -}): FontModule -export declare function Megrim(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Megrim< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Meie_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Meie_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Meow_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Meow_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Merienda(options: { - weight: '400' | '700' | Array<'400' | '700'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Merienda< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '300' + | '400' + | '500' + | '600' + | '700' + | '800' + | '900' + | 'variable' + | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Merienda_One(options: { + subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Merienda_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Merriweather(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Merriweather< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | '900' | Array<'300' | '400' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Merriweather_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Merriweather_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -9591,153 +11147,183 @@ export declare function Merriweather_Sans(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Metal(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Metal< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Metal_Mania(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Metal_Mania< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Metamorphous(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Metamorphous< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Metrophobic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Metrophobic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Michroma(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Michroma< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Milonga(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Milonga< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Miltonian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Miltonian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Miltonian_Tattoo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Miltonian_Tattoo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Mina(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mina< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Mingzat(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mingzat< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'lepcha'> -}): FontModule -export declare function Miniver(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Miniver< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Miriam_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Miriam_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Mirza(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mirza< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '600' | '700' | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Miss_Fajardose(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Miss_Fajardose< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mitr(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mitr< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -9748,63 +11334,75 @@ export declare function Mitr(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Mochiy_Pop_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mochiy_Pop_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin'> -}): FontModule -export declare function Mochiy_Pop_P_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mochiy_Pop_P_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin'> -}): FontModule -export declare function Modak(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Modak< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Modern_Antiqua(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Modern_Antiqua< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mogra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mogra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Mohave(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mohave< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -9815,83 +11413,99 @@ export declare function Mohave(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Molengo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Molengo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Molle(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Molle< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'italic' | Array<'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Monda(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Monda< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Monofett(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Monofett< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Monoton(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Monoton< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Monsieur_La_Doulaise(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Monsieur_La_Doulaise< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Montaga(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Montaga< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Montagu_Slab(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Montagu_Slab< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -9904,34 +11518,40 @@ export declare function Montagu_Slab(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'opsz'[] -}): FontModule -export declare function MonteCarlo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function MonteCarlo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Montez(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Montez< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Montserrat(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Montserrat< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -9948,15 +11568,17 @@ export declare function Montserrat(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Montserrat_Alternates(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Montserrat_Alternates< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -9972,145 +11594,173 @@ export declare function Montserrat_Alternates(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Montserrat_Subrayada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Montserrat_Subrayada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Moo_Lah_Lah(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Moo_Lah_Lah< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Moon_Dance(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Moon_Dance< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Moul(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Moul< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Moulpali(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Moulpali< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Mountains_of_Christmas(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mountains_of_Christmas< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Mouse_Memoirs(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mouse_Memoirs< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mr_Bedfort(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mr_Bedfort< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mr_Dafoe(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mr_Dafoe< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mr_De_Haviland(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mr_De_Haviland< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mrs_Saint_Delafield(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mrs_Saint_Delafield< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Mrs_Sheppards(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mrs_Sheppards< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ms_Madi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ms_Madi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Mukta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mukta< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -10122,13 +11772,15 @@ export declare function Mukta(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Mukta_Mahee(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mukta_Mahee< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -10140,13 +11792,15 @@ export declare function Mukta_Mahee(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Mukta_Malar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mukta_Malar< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -10158,13 +11812,15 @@ export declare function Mukta_Malar(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> -}): FontModule -export declare function Mukta_Vaani(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mukta_Vaani< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -10176,13 +11832,15 @@ export declare function Mukta_Vaani(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Mulish(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mulish< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -10199,15 +11857,17 @@ export declare function Mulish(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Murecho(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Murecho< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10224,15 +11884,17 @@ export declare function Murecho(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'japanese' | 'latin' | 'latin-ext' > -}): FontModule -export declare function MuseoModerno(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function MuseoModerno< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10249,47 +11911,55 @@ export declare function MuseoModerno(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function My_Soul(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function My_Soul< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Mystery_Quest(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Mystery_Quest< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function NTR(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function NTR< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Nabla(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nabla< + T extends CssVariable | undefined = undefined +>(options?: { weight?: '400' | 'variable' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -10297,88 +11967,106 @@ export declare function Nabla(options?: { 'cyrillic-ext' | 'latin' | 'latin-ext' | 'math' | 'vietnamese' > axes?: ('EDPT' | 'EHLT')[] -}): FontModule -export declare function Nanum_Brush_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nanum_Brush_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Nanum_Gothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nanum_Gothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '800' | Array<'400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Nanum_Gothic_Coding(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nanum_Gothic_Coding< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Nanum_Myeongjo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nanum_Myeongjo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '800' | Array<'400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Nanum_Pen_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nanum_Pen_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Neonderthaw(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Neonderthaw< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Nerko_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nerko_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Neucha(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Neucha< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin'> -}): FontModule -export declare function Neuton(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Neuton< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -10388,43 +12076,51 @@ export declare function Neuton(options: { | Array<'200' | '300' | '400' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function New_Rocker(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function New_Rocker< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function New_Tegomin(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function New_Tegomin< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function News_Cycle(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function News_Cycle< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Newsreader(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Newsreader< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -10437,24 +12133,28 @@ export declare function Newsreader(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'opsz'[] -}): FontModule -export declare function Niconne(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Niconne< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Niramit(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Niramit< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -10465,33 +12165,39 @@ export declare function Niramit(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Nixie_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nixie_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nobile(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nobile< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | Array<'400' | '500' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Nokora(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nokora< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -10501,73 +12207,87 @@ export declare function Nokora(options: { | Array<'100' | '300' | '400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Norican(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Norican< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Nosifer(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nosifer< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Notable(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Notable< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nothing_You_Could_Do(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nothing_You_Could_Do< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Noticia_Text(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noticia_Text< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Noto_Color_Emoji(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Color_Emoji< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'emoji'> -}): FontModule -export declare function Noto_Emoji(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Emoji< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -10578,13 +12298,15 @@ export declare function Noto_Emoji(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'emoji'> -}): FontModule -export declare function Noto_Kufi_Arabic(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Kufi_Arabic< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10601,23 +12323,27 @@ export declare function Noto_Kufi_Arabic(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic'> -}): FontModule -export declare function Noto_Music(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Music< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'music'> -}): FontModule -export declare function Noto_Naskh_Arabic(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'music'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Naskh_Arabic< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -10627,13 +12353,15 @@ export declare function Noto_Naskh_Arabic(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic'> -}): FontModule -export declare function Noto_Nastaliq_Urdu(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Nastaliq_Urdu< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -10643,13 +12371,15 @@ export declare function Noto_Nastaliq_Urdu(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Rashi_Hebrew(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Rashi_Hebrew< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10666,13 +12396,15 @@ export declare function Noto_Rashi_Hebrew(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -10688,7 +12420,7 @@ export declare function Noto_Sans(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -10702,8 +12434,10 @@ export declare function Noto_Sans(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Noto_Sans_Adlam(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Adlam< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -10713,13 +12447,15 @@ export declare function Noto_Sans_Adlam(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'adlam' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Adlam_Unjoined(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Adlam_Unjoined< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -10729,23 +12465,27 @@ export declare function Noto_Sans_Adlam_Unjoined(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'adlam' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Anatolian_Hieroglyphs(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Anatolian_Hieroglyphs< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'anatolian-hieroglyphs'> -}): FontModule -export declare function Noto_Sans_Arabic(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Arabic< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10762,14 +12502,16 @@ export declare function Noto_Sans_Arabic(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Armenian(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Armenian< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10786,24 +12528,28 @@ export declare function Noto_Sans_Armenian(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'armenian' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Avestan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Avestan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'avestan' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Balinese(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Balinese< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -10813,13 +12559,15 @@ export declare function Noto_Sans_Balinese(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'balinese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Bamum(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Bamum< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -10829,33 +12577,45 @@ export declare function Noto_Sans_Bamum(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'bamum'> -}): FontModule -export declare function Noto_Sans_Bassa_Vah(options: { - weight: '400' | Array<'400'> + subsets?: Array<'bamum' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Bassa_Vah< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '400' + | '500' + | '600' + | '700' + | 'variable' + | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'bassa-vah'> -}): FontModule -export declare function Noto_Sans_Batak(options: { + subsets?: Array<'bassa-vah' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Batak< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'batak' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Bengali(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Bengali< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10872,54 +12632,64 @@ export declare function Noto_Sans_Bengali(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Bhaiksuki(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Bhaiksuki< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bhaiksuki'> -}): FontModule -export declare function Noto_Sans_Brahmi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Brahmi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'brahmi'> -}): FontModule -export declare function Noto_Sans_Buginese(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Buginese< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'buginese'> -}): FontModule -export declare function Noto_Sans_Buhid(options: { + subsets?: Array<'buginese' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Buhid< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'buhid' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Canadian_Aboriginal(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Canadian_Aboriginal< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10936,43 +12706,51 @@ export declare function Noto_Sans_Canadian_Aboriginal(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'canadian-aboriginal' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Carian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Carian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'carian'> -}): FontModule -export declare function Noto_Sans_Caucasian_Albanian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Caucasian_Albanian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'caucasian-albanian'> -}): FontModule -export declare function Noto_Sans_Chakma(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Chakma< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'chakma'> -}): FontModule -export declare function Noto_Sans_Cham(options?: { + subsets?: Array<'chakma' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Cham< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -10989,13 +12767,15 @@ export declare function Noto_Sans_Cham(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cham' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Cherokee(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Cherokee< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11012,53 +12792,63 @@ export declare function Noto_Sans_Cherokee(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cherokee' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Coptic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Coptic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'coptic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Cuneiform(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Cuneiform< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cuneiform'> -}): FontModule -export declare function Noto_Sans_Cypriot(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Cypriot< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cypriot'> -}): FontModule -export declare function Noto_Sans_Deseret(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Deseret< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'deseret'> -}): FontModule -export declare function Noto_Sans_Devanagari(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Devanagari< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11075,14 +12865,16 @@ export declare function Noto_Sans_Devanagari(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11099,7 +12891,7 @@ export declare function Noto_Sans_Display(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -11113,48 +12905,58 @@ export declare function Noto_Sans_Display(options?: { | 'vietnamese' > axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Duployan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Duployan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'duployan'> -}): FontModule -export declare function Noto_Sans_Egyptian_Hieroglyphs(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Egyptian_Hieroglyphs< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'egyptian-hieroglyphs'> -}): FontModule -export declare function Noto_Sans_Elbasan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Elbasan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'elbasan'> -}): FontModule -export declare function Noto_Sans_Elymaic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Elymaic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'elymaic'> -}): FontModule -export declare function Noto_Sans_Ethiopic(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Ethiopic< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11171,14 +12973,16 @@ export declare function Noto_Sans_Ethiopic(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'ethiopic' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Georgian(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Georgian< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11195,44 +12999,52 @@ export declare function Noto_Sans_Georgian(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'georgian' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Glagolitic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Glagolitic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'glagolitic'> -}): FontModule -export declare function Noto_Sans_Gothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Gothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gothic'> -}): FontModule -export declare function Noto_Sans_Grantha(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Grantha< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'grantha' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_Gujarati(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Gujarati< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11249,24 +13061,28 @@ export declare function Noto_Sans_Gujarati(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Gunjala_Gondi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Gunjala_Gondi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gunjala-gondi'> -}): FontModule -export declare function Noto_Sans_Gurmukhi(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Gurmukhi< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11283,14 +13099,16 @@ export declare function Noto_Sans_Gurmukhi(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_HK(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_HK< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -11301,13 +13119,15 @@ export declare function Noto_Sans_HK(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-hongkong' | 'latin'> -}): FontModule -export declare function Noto_Sans_Hanifi_Rohingya(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Hanifi_Rohingya< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -11317,33 +13137,39 @@ export declare function Noto_Sans_Hanifi_Rohingya(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hanifi-rohingya'> -}): FontModule -export declare function Noto_Sans_Hanunoo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Hanunoo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'hanunoo'> -}): FontModule -export declare function Noto_Sans_Hatran(options: { + subsets?: Array<'hanunoo' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Hatran< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hatran'> -}): FontModule -export declare function Noto_Sans_Hebrew(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Hebrew< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11360,54 +13186,64 @@ export declare function Noto_Sans_Hebrew(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Imperial_Aramaic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Imperial_Aramaic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'imperial-aramaic'> -}): FontModule -export declare function Noto_Sans_Indic_Siyaq_Numbers(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Indic_Siyaq_Numbers< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'indic-siyaq-numbers'> -}): FontModule -export declare function Noto_Sans_Inscriptional_Pahlavi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Inscriptional_Pahlavi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'inscriptional-pahlavi'> -}): FontModule -export declare function Noto_Sans_Inscriptional_Parthian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Inscriptional_Parthian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'inscriptional-parthian'> -}): FontModule -export declare function Noto_Sans_JP(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_JP< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -11418,13 +13254,15 @@ export declare function Noto_Sans_JP(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin'> -}): FontModule -export declare function Noto_Sans_Javanese(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Javanese< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -11434,13 +13272,15 @@ export declare function Noto_Sans_Javanese(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'javanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Sans_KR(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_KR< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -11451,23 +13291,27 @@ export declare function Noto_Sans_KR(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Noto_Sans_Kaithi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Kaithi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kaithi'> -}): FontModule -export declare function Noto_Sans_Kannada(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Kannada< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11484,14 +13328,16 @@ export declare function Noto_Sans_Kannada(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Kayah_Li(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Kayah_Li< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -11501,23 +13347,27 @@ export declare function Noto_Sans_Kayah_Li(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'kayah-li'> -}): FontModule -export declare function Noto_Sans_Kharoshthi(options: { + subsets?: Array<'kayah-li' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Kharoshthi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kharoshthi'> -}): FontModule -export declare function Noto_Sans_Khmer(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Khmer< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11534,34 +13384,66 @@ export declare function Noto_Sans_Khmer(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Khojki(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Khojki< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'khojki'> -}): FontModule -export declare function Noto_Sans_Khudawadi(options: { + subsets?: Array<'khojki' | 'latin' | 'latin-ext'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Khudawadi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khudawadi'> -}): FontModule -export declare function Noto_Sans_Lao(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Lao< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '100' + | '200' + | '300' + | '400' + | '500' + | '600' + | '700' + | '800' + | '900' + | 'variable' + | Array< + '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900' + > + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'lao' | 'latin' | 'latin-ext'> + axes?: 'wdth'[] +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Lao_Looped< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11578,54 +13460,64 @@ export declare function Noto_Sans_Lao(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'lao' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Lepcha(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Lepcha< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'lepcha'> -}): FontModule -export declare function Noto_Sans_Limbu(options: { + subsets?: Array<'latin' | 'latin-ext' | 'lepcha'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Limbu< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'limbu'> -}): FontModule -export declare function Noto_Sans_Linear_A(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Linear_A< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'linear-a'> -}): FontModule -export declare function Noto_Sans_Linear_B(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Linear_B< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'linear-b'> -}): FontModule -export declare function Noto_Sans_Lisu(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Lisu< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -11635,43 +13527,51 @@ export declare function Noto_Sans_Lisu(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'lisu'> -}): FontModule -export declare function Noto_Sans_Lycian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Lycian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'lycian'> -}): FontModule -export declare function Noto_Sans_Lydian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Lydian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'lydian'> -}): FontModule -export declare function Noto_Sans_Mahajani(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mahajani< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'mahajani'> -}): FontModule -export declare function Noto_Sans_Malayalam(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Malayalam< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11688,74 +13588,88 @@ export declare function Noto_Sans_Malayalam(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'malayalam'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Mandaic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mandaic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'mandaic'> -}): FontModule -export declare function Noto_Sans_Manichaean(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Manichaean< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'manichaean'> -}): FontModule -export declare function Noto_Sans_Marchen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Marchen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'marchen'> -}): FontModule -export declare function Noto_Sans_Masaram_Gondi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Masaram_Gondi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'masaram-gondi'> -}): FontModule -export declare function Noto_Sans_Math(options: { + subsets?: Array<'latin' | 'latin-ext' | 'masaram-gondi'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Math< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'math'> -}): FontModule -export declare function Noto_Sans_Mayan_Numerals(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mayan_Numerals< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'mayan-numerals'> -}): FontModule -export declare function Noto_Sans_Medefaidrin(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Medefaidrin< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -11765,13 +13679,15 @@ export declare function Noto_Sans_Medefaidrin(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'medefaidrin'> -}): FontModule -export declare function Noto_Sans_Meetei_Mayek(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'medefaidrin'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Meetei_Mayek< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11788,53 +13704,75 @@ export declare function Noto_Sans_Meetei_Mayek(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'meetei-mayek'> -}): FontModule -export declare function Noto_Sans_Meroitic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mende_Kikakui< + T extends CssVariable | undefined = undefined +>(options: { + weight: '400' | Array<'400'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'latin' | 'latin-ext' | 'mende-kikakui'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Meroitic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'meroitic'> -}): FontModule -export declare function Noto_Sans_Miao(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Miao< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'miao'> -}): FontModule -export declare function Noto_Sans_Modi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Modi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'modi'> -}): FontModule -export declare function Noto_Sans_Mongolian(options: { + subsets?: Array<'latin' | 'latin-ext' | 'modi'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mongolian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'mongolian'> -}): FontModule -export declare function Noto_Sans_Mono(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'mongolian'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -11851,7 +13789,7 @@ export declare function Noto_Sans_Mono(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -11865,28 +13803,34 @@ export declare function Noto_Sans_Mono(options?: { | 'vietnamese' > axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Mro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Mro< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'mro'> -}): FontModule -export declare function Noto_Sans_Multani(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Multani< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'multani'> -}): FontModule -export declare function Noto_Sans_Myanmar(options: { + subsets?: Array<'latin' | 'latin-ext' | 'multani'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Myanmar< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -11902,73 +13846,93 @@ export declare function Noto_Sans_Myanmar(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'myanmar'> -}): FontModule -export declare function Noto_Sans_N_Ko(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_N_Ko< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'nko'> -}): FontModule -export declare function Noto_Sans_Nabataean(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Nabataean< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'nabataean'> -}): FontModule -export declare function Noto_Sans_New_Tai_Lue(options: { - weight: '400' | Array<'400'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_New_Tai_Lue< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '400' + | '500' + | '600' + | '700' + | 'variable' + | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'new-tai-lue'> -}): FontModule -export declare function Noto_Sans_Newa(options: { + subsets?: Array<'latin' | 'latin-ext' | 'new-tai-lue'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Newa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'newa'> -}): FontModule -export declare function Noto_Sans_Nushu(options: { + subsets?: Array<'latin' | 'latin-ext' | 'newa'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Nushu< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'nushu'> -}): FontModule -export declare function Noto_Sans_Ogham(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Ogham< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'ogham'> -}): FontModule -export declare function Noto_Sans_Ol_Chiki(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Ol_Chiki< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -11978,93 +13942,111 @@ export declare function Noto_Sans_Ol_Chiki(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'ol-chiki'> -}): FontModule -export declare function Noto_Sans_Old_Hungarian(options: { + subsets?: Array<'latin' | 'latin-ext' | 'ol-chiki'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_Hungarian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-hungarian'> -}): FontModule -export declare function Noto_Sans_Old_Italic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_Italic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-italic'> -}): FontModule -export declare function Noto_Sans_Old_North_Arabian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_North_Arabian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-north-arabian'> -}): FontModule -export declare function Noto_Sans_Old_Permic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_Permic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-permic'> -}): FontModule -export declare function Noto_Sans_Old_Persian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_Persian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-persian'> -}): FontModule -export declare function Noto_Sans_Old_Sogdian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_Sogdian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-sogdian'> -}): FontModule -export declare function Noto_Sans_Old_South_Arabian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_South_Arabian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-south-arabian'> -}): FontModule -export declare function Noto_Sans_Old_Turkic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Old_Turkic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'old-turkic'> -}): FontModule -export declare function Noto_Sans_Oriya(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Oriya< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12081,114 +14063,136 @@ export declare function Noto_Sans_Oriya(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'oriya'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Osage(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Osage< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'osage'> -}): FontModule -export declare function Noto_Sans_Osmanya(options: { + subsets?: Array<'latin' | 'latin-ext' | 'osage'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Osmanya< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'osmanya'> -}): FontModule -export declare function Noto_Sans_Pahawh_Hmong(options: { + subsets?: Array<'latin' | 'latin-ext' | 'osmanya'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Pahawh_Hmong< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'pahawh-hmong'> -}): FontModule -export declare function Noto_Sans_Palmyrene(options: { + subsets?: Array<'latin' | 'latin-ext' | 'pahawh-hmong'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Palmyrene< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'palmyrene'> -}): FontModule -export declare function Noto_Sans_Pau_Cin_Hau(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Pau_Cin_Hau< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'pau-cin-hau'> -}): FontModule -export declare function Noto_Sans_Phags_Pa(options: { + subsets?: Array<'latin' | 'latin-ext' | 'pau-cin-hau'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Phags_Pa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'phags-pa'> -}): FontModule -export declare function Noto_Sans_Phoenician(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Phoenician< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'phoenician'> -}): FontModule -export declare function Noto_Sans_Psalter_Pahlavi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Psalter_Pahlavi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'psalter-pahlavi'> -}): FontModule -export declare function Noto_Sans_Rejang(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Rejang< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'rejang'> -}): FontModule -export declare function Noto_Sans_Runic(options: { + subsets?: Array<'latin' | 'latin-ext' | 'rejang'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Runic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'runic'> -}): FontModule -export declare function Noto_Sans_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -12199,63 +14203,75 @@ export declare function Noto_Sans_SC(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Noto_Sans_Samaritan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Samaritan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'samaritan'> -}): FontModule -export declare function Noto_Sans_Saurashtra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Saurashtra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'saurashtra'> -}): FontModule -export declare function Noto_Sans_Sharada(options: { + subsets?: Array<'latin' | 'latin-ext' | 'saurashtra'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Sharada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'sharada'> -}): FontModule -export declare function Noto_Sans_Shavian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Shavian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'shavian'> -}): FontModule -export declare function Noto_Sans_Siddham(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Siddham< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'siddham'> -}): FontModule -export declare function Noto_Sans_Sinhala(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'siddham'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Sinhala< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12272,24 +14288,28 @@ export declare function Noto_Sans_Sinhala(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'sinhala'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Sogdian(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Sogdian< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'sogdian'> -}): FontModule -export declare function Noto_Sans_Sora_Sompeng(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Sora_Sompeng< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -12299,23 +14319,27 @@ export declare function Noto_Sans_Sora_Sompeng(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'sora-sompeng'> -}): FontModule -export declare function Noto_Sans_Soyombo(options: { + subsets?: Array<'latin' | 'latin-ext' | 'sora-sompeng'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Soyombo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'soyombo'> -}): FontModule -export declare function Noto_Sans_Sundanese(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Sundanese< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -12325,23 +14349,27 @@ export declare function Noto_Sans_Sundanese(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'sundanese'> -}): FontModule -export declare function Noto_Sans_Syloti_Nagri(options: { + subsets?: Array<'latin' | 'latin-ext' | 'sundanese'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Syloti_Nagri< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'syloti-nagri'> -}): FontModule -export declare function Noto_Sans_Symbols(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'syloti-nagri'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Symbols< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12358,33 +14386,39 @@ export declare function Noto_Sans_Symbols(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'symbols'> -}): FontModule -export declare function Noto_Sans_Symbols_2(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Symbols_2< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'symbols'> -}): FontModule -export declare function Noto_Sans_Syriac(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Syriac< + T extends CssVariable | undefined = undefined +>(options: { weight: '100' | '400' | '900' | Array<'100' | '400' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'syriac'> -}): FontModule -export declare function Noto_Sans_TC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_TC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -12395,43 +14429,51 @@ export declare function Noto_Sans_TC(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-traditional' | 'latin'> -}): FontModule -export declare function Noto_Sans_Tagalog(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tagalog< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'tagalog'> -}): FontModule -export declare function Noto_Sans_Tagbanwa(options: { + subsets?: Array<'latin' | 'latin-ext' | 'tagalog'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tagbanwa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'tagbanwa'> -}): FontModule -export declare function Noto_Sans_Tai_Le(options: { + subsets?: Array<'latin' | 'latin-ext' | 'tagbanwa'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tai_Le< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'tai-le'> -}): FontModule -export declare function Noto_Sans_Tai_Tham(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'tai-le'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tai_Tham< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -12441,33 +14483,39 @@ export declare function Noto_Sans_Tai_Tham(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'tai-tham'> -}): FontModule -export declare function Noto_Sans_Tai_Viet(options: { + subsets?: Array<'latin' | 'latin-ext' | 'tai-tham'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tai_Viet< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'tai-viet'> -}): FontModule -export declare function Noto_Sans_Takri(options: { + subsets?: Array<'latin' | 'latin-ext' | 'tai-viet'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Takri< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'takri'> -}): FontModule -export declare function Noto_Sans_Tamil(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'takri'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tamil< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12484,24 +14532,28 @@ export declare function Noto_Sans_Tamil(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Tamil_Supplement(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tamil_Supplement< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'tamil-supplement'> -}): FontModule -export declare function Noto_Sans_Telugu(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Telugu< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12518,14 +14570,16 @@ export declare function Noto_Sans_Telugu(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Thaana(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Thaana< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12542,13 +14596,15 @@ export declare function Noto_Sans_Thaana(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'thaana'> -}): FontModule -export declare function Noto_Sans_Thai(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'thaana'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Thai< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12565,14 +14621,16 @@ export declare function Noto_Sans_Thai(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Sans_Thai_Looped(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Thai_Looped< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -12588,97 +14646,115 @@ export declare function Noto_Sans_Thai_Looped(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'thai'> -}): FontModule -export declare function Noto_Sans_Tifinagh(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tifinagh< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'tifinagh'> -}): FontModule -export declare function Noto_Sans_Tirhuta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Tirhuta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'tirhuta'> -}): FontModule -export declare function Noto_Sans_Ugaritic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Ugaritic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'ugaritic'> -}): FontModule -export declare function Noto_Sans_Vai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Vai< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vai'> -}): FontModule -export declare function Noto_Sans_Wancho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Wancho< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'wancho'> -}): FontModule -export declare function Noto_Sans_Warang_Citi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Warang_Citi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'warang-citi'> -}): FontModule -export declare function Noto_Sans_Yi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Yi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'yi'> -}): FontModule -export declare function Noto_Sans_Zanabazar_Square(options: { + subsets?: Array<'latin' | 'latin-ext' | 'yi'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Sans_Zanabazar_Square< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'zanabazar-square'> -}): FontModule -export declare function Noto_Serif(options: { + subsets?: Array<'latin' | 'latin-ext' | 'zanabazar-square'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -12691,18 +14767,22 @@ export declare function Noto_Serif(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Noto_Serif_Ahom(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Ahom< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'ahom' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Serif_Armenian(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Armenian< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12719,24 +14799,28 @@ export declare function Noto_Serif_Armenian(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'armenian' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Balinese(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Balinese< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'balinese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Serif_Bengali(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Bengali< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12753,14 +14837,16 @@ export declare function Noto_Serif_Bengali(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Devanagari(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Devanagari< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12777,14 +14863,16 @@ export declare function Noto_Serif_Devanagari(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12801,7 +14889,7 @@ export declare function Noto_Serif_Display(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -12815,18 +14903,22 @@ export declare function Noto_Serif_Display(options?: { | 'vietnamese' > axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Dogra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Dogra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'dogra'> -}): FontModule -export declare function Noto_Serif_Ethiopic(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Ethiopic< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12843,14 +14935,16 @@ export declare function Noto_Serif_Ethiopic(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'ethiopic' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Georgian(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Georgian< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12867,24 +14961,28 @@ export declare function Noto_Serif_Georgian(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'georgian' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Grantha(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Grantha< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'grantha' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Serif_Gujarati(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Gujarati< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12901,13 +14999,15 @@ export declare function Noto_Serif_Gujarati(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Serif_Gurmukhi(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Gurmukhi< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12924,13 +15024,15 @@ export declare function Noto_Serif_Gurmukhi(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Serif_HK(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_HK< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -12944,15 +15046,17 @@ export declare function Noto_Serif_HK(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'chinese-hongkong' | 'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Noto_Serif_Hebrew(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Hebrew< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -12969,14 +15073,16 @@ export declare function Noto_Serif_Hebrew(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_JP(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_JP< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -12988,13 +15094,15 @@ export declare function Noto_Serif_JP(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin'> -}): FontModule -export declare function Noto_Serif_KR(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_KR< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -13006,13 +15114,15 @@ export declare function Noto_Serif_KR(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Noto_Serif_Kannada(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Kannada< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13029,13 +15139,15 @@ export declare function Noto_Serif_Kannada(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Noto_Serif_Khmer(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Khmer< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13052,14 +15164,16 @@ export declare function Noto_Serif_Khmer(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Lao(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Lao< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13076,14 +15190,16 @@ export declare function Noto_Serif_Lao(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'lao' | 'latin' | 'latin-ext'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Malayalam(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Malayalam< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13100,13 +15216,15 @@ export declare function Noto_Serif_Malayalam(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'malayalam'> -}): FontModule -export declare function Noto_Serif_Myanmar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Myanmar< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -13122,13 +15240,15 @@ export declare function Noto_Serif_Myanmar(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'myanmar'> -}): FontModule -export declare function Noto_Serif_Nyiakeng_Puachue_Hmong(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Nyiakeng_Puachue_Hmong< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -13138,13 +15258,33 @@ export declare function Noto_Serif_Nyiakeng_Puachue_Hmong(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'nyiakeng-puachue-hmong'> -}): FontModule -export declare function Noto_Serif_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Oriya< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '400' + | '500' + | '600' + | '700' + | 'variable' + | Array<'400' | '500' | '600' | '700'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'latin' | 'latin-ext' | 'oriya'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -13156,13 +15296,15 @@ export declare function Noto_Serif_SC(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Noto_Serif_Sinhala(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Sinhala< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13179,14 +15321,16 @@ export declare function Noto_Serif_Sinhala(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'sinhala'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_TC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_TC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -13198,13 +15342,15 @@ export declare function Noto_Serif_TC(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-traditional' | 'latin'> -}): FontModule -export declare function Noto_Serif_Tamil(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Tamil< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13221,24 +15367,28 @@ export declare function Noto_Serif_Tamil(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Tangut(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Tangut< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'tangut'> -}): FontModule -export declare function Noto_Serif_Telugu(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Telugu< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13255,13 +15405,15 @@ export declare function Noto_Serif_Telugu(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu'> -}): FontModule -export declare function Noto_Serif_Thai(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Thai< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13278,14 +15430,16 @@ export declare function Noto_Serif_Thai(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai'> axes?: 'wdth'[] -}): FontModule -export declare function Noto_Serif_Tibetan(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Tibetan< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13302,13 +15456,15 @@ export declare function Noto_Serif_Tibetan(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'tibetan'> -}): FontModule -export declare function Noto_Serif_Yezidi(options?: { + subsets?: Array<'latin' | 'latin-ext' | 'tibetan'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Serif_Yezidi< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -13318,113 +15474,135 @@ export declare function Noto_Serif_Yezidi(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'yezidi'> -}): FontModule -export declare function Noto_Traditional_Nushu(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Noto_Traditional_Nushu< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'nushu'> -}): FontModule -export declare function Nova_Cut(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Cut< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nova_Flat(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Flat< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nova_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek' | 'latin'> -}): FontModule -export declare function Nova_Oval(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Oval< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nova_Round(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Round< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nova_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nova_Slim(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Slim< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nova_Square(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nova_Square< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Numans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Numans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Nunito(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nunito< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -13441,15 +15619,17 @@ export declare function Nunito(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Nunito_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nunito_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -13461,59 +15641,69 @@ export declare function Nunito_Sans(options: { | Array<'200' | '300' | '400' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Nuosu_SIL(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Nuosu_SIL< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'yi'> -}): FontModule -export declare function Odibee_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Odibee_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Odor_Mean_Chey(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Odor_Mean_Chey< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Offside(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Offside< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Oi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -13526,70 +15716,84 @@ export declare function Oi(options: { | 'tamil' | 'vietnamese' > -}): FontModule -export declare function Old_Standard_TT(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Old_Standard_TT< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Oldenburg(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oldenburg< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ole(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ole< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Oleo_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oleo_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Oleo_Script_Swash_Caps(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oleo_Script_Swash_Caps< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Oooh_Baby(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oooh_Baby< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Open_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Open_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -13601,7 +15805,7 @@ export declare function Open_Sans(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -13616,18 +15820,22 @@ export declare function Open_Sans(options?: { | 'vietnamese' > axes?: 'wdth'[] -}): FontModule -export declare function Oranienbaum(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oranienbaum< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Orbitron(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Orbitron< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -13639,53 +15847,63 @@ export declare function Orbitron(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Oregano(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oregano< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Orelega_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Orelega_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Orienta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Orienta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Original_Surfer(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Original_Surfer< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Oswald(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oswald< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -13697,15 +15915,17 @@ export declare function Oswald(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Outfit(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Outfit< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13722,43 +15942,51 @@ export declare function Outfit(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Over_the_Rainbow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Over_the_Rainbow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Overlock(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Overlock< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '900' | Array<'400' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Overlock_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Overlock_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Overpass(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Overpass< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -13775,15 +16003,17 @@ export declare function Overpass(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Overpass_Mono(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Overpass_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -13794,25 +16024,29 @@ export declare function Overpass_Mono(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Ovo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ovo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Oxanium(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oxanium< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -13825,115 +16059,137 @@ export declare function Oxanium(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Oxygen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oxygen< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Oxygen_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Oxygen_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function PT_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function PT_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function PT_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function PT_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function PT_Sans_Caption(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function PT_Sans_Caption< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function PT_Sans_Narrow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function PT_Sans_Narrow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function PT_Serif(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function PT_Serif< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function PT_Serif_Caption(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function PT_Serif_Caption< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Pacifico(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pacifico< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Padauk(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Padauk< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'myanmar'> -}): FontModule -export declare function Palanquin(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Palanquin< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -13945,205 +16201,245 @@ export declare function Palanquin(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Palanquin_Dark(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Palanquin_Dark< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '600' | '700' | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Pangolin(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pangolin< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Paprika(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Paprika< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Parisienne(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Parisienne< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Passero_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Passero_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Passion_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Passion_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '900' | Array<'400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Passions_Conflict(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Passions_Conflict< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Pathway_Gothic_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pathway_Gothic_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Patrick_Hand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Patrick_Hand< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Patrick_Hand_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Patrick_Hand_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Pattaya(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pattaya< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Patua_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Patua_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Pavanam(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pavanam< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> -}): FontModule -export declare function Paytone_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Paytone_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Peddana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Peddana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Peralta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Peralta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Permanent_Marker(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Permanent_Marker< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Petemoss(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Petemoss< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Petit_Formal_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Petit_Formal_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Petrona(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Petrona< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -14160,23 +16456,27 @@ export declare function Petrona(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Philosopher(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Philosopher< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'vietnamese'> -}): FontModule -export declare function Piazzolla(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Piazzolla< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -14193,7 +16493,7 @@ export declare function Piazzolla(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -14207,70 +16507,84 @@ export declare function Piazzolla(options?: { | 'vietnamese' > axes?: 'opsz'[] -}): FontModule -export declare function Piedra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Piedra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Pinyon_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pinyon_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Pirata_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pirata_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Plaster(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Plaster< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Play(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Play< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Playball(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Playball< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Playfair_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Playfair_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -14282,23 +16596,27 @@ export declare function Playfair_Display(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Playfair_Display_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Playfair_Display_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '900' | Array<'400' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Plus_Jakarta_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Plus_Jakarta_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -14311,13 +16629,15 @@ export declare function Plus_Jakarta_Sans(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Podkova(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Podkova< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -14328,75 +16648,89 @@ export declare function Podkova(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Poiret_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Poiret_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Poller_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Poller_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Poly(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Poly< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Pompiere(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pompiere< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Pontano_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pontano_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Poor_Story(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Poor_Story< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Poppins(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Poppins< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -14412,93 +16746,111 @@ export declare function Poppins(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Port_Lligat_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Port_Lligat_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Port_Lligat_Slab(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Port_Lligat_Slab< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Potta_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Potta_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Pragati_Narrow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pragati_Narrow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Praise(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Praise< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Prata(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Prata< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'vietnamese'> -}): FontModule -export declare function Preahvihear(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Preahvihear< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Press_Start_2P(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Press_Start_2P< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Pridi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Pridi< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -14509,33 +16861,39 @@ export declare function Pridi(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Princess_Sofia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Princess_Sofia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Prociono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Prociono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Prompt(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Prompt< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -14551,23 +16909,27 @@ export declare function Prompt(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Prosto_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Prosto_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Proza_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Proza_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -14577,13 +16939,15 @@ export declare function Proza_Libre(options: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Public_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Public_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -14600,103 +16964,123 @@ export declare function Public_Sans(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Puppies_Play(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Puppies_Play< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Puritan(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Puritan< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Purple_Purse(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Purple_Purse< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Qahiri(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Qahiri< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin'> -}): FontModule -export declare function Quando(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Quando< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Quantico(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Quantico< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Quattrocento(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Quattrocento< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Quattrocento_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Quattrocento_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Questrial(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Questrial< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Quicksand(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Quicksand< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -14707,53 +17091,63 @@ export declare function Quicksand(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Quintessential(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Quintessential< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Qwigley(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Qwigley< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Qwitcher_Grypen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Qwitcher_Grypen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Racing_Sans_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Racing_Sans_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Radio_Canada(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Radio_Canada< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -14764,24 +17158,28 @@ export declare function Radio_Canada(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Radley(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Radley< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rajdhani(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rajdhani< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -14791,23 +17189,27 @@ export declare function Rajdhani(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Rakkas(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rakkas< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Raleway(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Raleway< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -14824,105 +17226,125 @@ export declare function Raleway(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Raleway_Dots(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Raleway_Dots< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ramabhadra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ramabhadra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Ramaraja(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ramaraja< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Rambla(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rambla< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rammetto_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rammetto_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rampart_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rampart_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Ranchers(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ranchers< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rancho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rancho< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Ranga(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ranga< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Rasa(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rasa< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -14933,33 +17355,39 @@ export declare function Rasa(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Rationale(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rationale< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Ravi_Prakash(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ravi_Prakash< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Readex_Pro(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Readex_Pro< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -14971,13 +17399,15 @@ export declare function Readex_Pro(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Recursive(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Recursive< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -14991,14 +17421,16 @@ export declare function Recursive(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900' | '1000'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> axes?: ('CASL' | 'CRSV' | 'MONO' | 'slnt')[] -}): FontModule -export declare function Red_Hat_Display(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Red_Hat_Display< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -15011,13 +17443,15 @@ export declare function Red_Hat_Display(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Red_Hat_Mono(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Red_Hat_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -15028,13 +17462,15 @@ export declare function Red_Hat_Mono(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Red_Hat_Text(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Red_Hat_Text< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -15045,13 +17481,15 @@ export declare function Red_Hat_Text(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Red_Rose(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Red_Rose< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -15062,43 +17500,51 @@ export declare function Red_Rose(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Redacted(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Redacted< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Redacted_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Redacted_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Redressed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Redressed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Reem_Kufi(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Reem_Kufi< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -15108,13 +17554,15 @@ export declare function Reem_Kufi(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin'> -}): FontModule -export declare function Reem_Kufi_Fun(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Reem_Kufi_Fun< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -15124,113 +17572,135 @@ export declare function Reem_Kufi_Fun(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Reem_Kufi_Ink(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Reem_Kufi_Ink< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Reenie_Beanie(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Reenie_Beanie< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Reggae_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Reggae_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Revalia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Revalia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rhodium_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rhodium_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Ribeye(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ribeye< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ribeye_Marrow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ribeye_Marrow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Righteous(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Righteous< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Risque(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Risque< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Road_Rage(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Road_Rage< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Roboto(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Roboto< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -15241,7 +17711,7 @@ export declare function Roboto(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -15254,12 +17724,14 @@ export declare function Roboto(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Roboto_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Roboto_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -15272,8 +17744,10 @@ export declare function Roboto_Condensed(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Roboto_Flex(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Roboto_Flex< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -15300,7 +17774,7 @@ export declare function Roboto_Flex(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -15320,8 +17794,10 @@ export declare function Roboto_Flex(options?: { | 'slnt' | 'wdth' )[] -}): FontModule -export declare function Roboto_Mono(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Roboto_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -15334,15 +17810,17 @@ export declare function Roboto_Mono(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Roboto_Serif(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Roboto_Serif< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -15359,14 +17837,16 @@ export declare function Roboto_Serif(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'> axes?: ('GRAD' | 'opsz' | 'wdth')[] -}): FontModule -export declare function Roboto_Slab(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Roboto_Slab< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -15383,7 +17863,7 @@ export declare function Roboto_Slab(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -15396,38 +17876,46 @@ export declare function Roboto_Slab(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Rochester(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rochester< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Rock_Salt(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rock_Salt< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function RocknRoll_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function RocknRoll_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Rokkitt(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rokkitt< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -15444,33 +17932,39 @@ export declare function Rokkitt(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Romanesco(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Romanesco< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ropa_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ropa_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rosario(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rosario< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -15481,53 +17975,63 @@ export declare function Rosario(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Rosarivo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rosarivo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rouge_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rouge_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Rowdies(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rowdies< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Rozha_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rozha_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Rubik(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -15540,181 +18044,211 @@ export declare function Rubik(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Beastly(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Beastly< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Bubbles(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Bubbles< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Burned(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Burned< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Dirt(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Dirt< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Distressed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Distressed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Glitch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Glitch< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Iso(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Iso< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Marker_Hatch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Marker_Hatch< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Maze(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Maze< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Microbe(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Microbe< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Mono_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Mono_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Rubik_Moonrocks(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Moonrocks< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Puddles(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Puddles< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Rubik_Wet_Paint(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rubik_Wet_Paint< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Ruda(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ruda< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -15726,93 +18260,111 @@ export declare function Ruda(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Rufina(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rufina< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ruge_Boogie(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ruge_Boogie< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Ruluko(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ruluko< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Rum_Raisin(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rum_Raisin< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Ruslan_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ruslan_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Russo_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Russo_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Ruthie(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ruthie< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Rye(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Rye< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function STIX_Two_Text(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function STIX_Two_Text< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -15822,45 +18374,53 @@ export declare function STIX_Two_Text(options?: { | Array<'400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Sacramento(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sacramento< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sahitya(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sahitya< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin'> -}): FontModule -export declare function Sail(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sail< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Saira(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Saira< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -15877,14 +18437,16 @@ export declare function Saira(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Saira_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Saira_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -15900,13 +18462,15 @@ export declare function Saira_Condensed(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Saira_Extra_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Saira_Extra_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -15922,13 +18486,15 @@ export declare function Saira_Extra_Condensed(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Saira_Semi_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Saira_Semi_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -15944,63 +18510,75 @@ export declare function Saira_Semi_Condensed(options: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Saira_Stencil_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Saira_Stencil_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Salsa(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Salsa< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Sanchez(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sanchez< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sancreek(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sancreek< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sansita(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sansita< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '800' | '900' | Array<'400' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sansita_Swashed(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sansita_Swashed< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -16013,13 +18591,15 @@ export declare function Sansita_Swashed(options?: { | Array<'300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Sarabun(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sarabun< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -16032,33 +18612,39 @@ export declare function Sarabun(options: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Sarala(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sarala< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Sarina(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sarina< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sarpanch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sarpanch< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -16069,265 +18655,317 @@ export declare function Sarpanch(options: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Sassy_Frass(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sassy_Frass< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Satisfy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Satisfy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Sawarabi_Gothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sawarabi_Gothic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'japanese' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Sawarabi_Mincho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sawarabi_Mincho< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Scada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Scada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Scheherazade_New(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Scheherazade_New< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Schoolbell(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Schoolbell< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Scope_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Scope_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Seaweed_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Seaweed_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Secular_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Secular_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Sedgwick_Ave(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sedgwick_Ave< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Sedgwick_Ave_Display(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sedgwick_Ave_Display< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Sen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '800' | Array<'400' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Send_Flowers(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Send_Flowers< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Sevillana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sevillana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Seymour_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Seymour_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Shadows_Into_Light(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shadows_Into_Light< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Shadows_Into_Light_Two(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shadows_Into_Light_Two< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Shalimar(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shalimar< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Shanti(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shanti< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Share(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Share< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Share_Tech(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Share_Tech< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Share_Tech_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Share_Tech_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Shippori_Antique(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shippori_Antique< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Shippori_Antique_B1(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shippori_Antique_B1< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Shippori_Mincho(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shippori_Mincho< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -16337,13 +18975,15 @@ export declare function Shippori_Mincho(options: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Shippori_Mincho_B1(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shippori_Mincho_B1< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -16353,63 +18993,75 @@ export declare function Shippori_Mincho_B1(options: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Shojumaru(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shojumaru< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Short_Stack(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Short_Stack< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Shrikhand(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Shrikhand< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gujarati' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Siemreap(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Siemreap< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer'> -}): FontModule -export declare function Sigmar_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sigmar_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Signika(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Signika< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -16420,13 +19072,15 @@ export declare function Signika(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Signika_Negative(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Signika_Negative< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -16437,133 +19091,159 @@ export declare function Signika_Negative(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Silkscreen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Silkscreen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Simonetta(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Simonetta< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '900' | Array<'400' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Single_Day(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Single_Day< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean'> -}): FontModule -export declare function Sintony(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sintony< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sirin_Stencil(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sirin_Stencil< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Six_Caps(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Six_Caps< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Skranji(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Skranji< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Slabo_13px(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Slabo_13px< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Slabo_27px(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Slabo_27px< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Slackey(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Slackey< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Smokum(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Smokum< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Smooch(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Smooch< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Smooch_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Smooch_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -16580,73 +19260,87 @@ export declare function Smooch_Sans(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Smythe(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Smythe< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Sniglet(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sniglet< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '800' | Array<'400' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Snippet(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Snippet< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Snowburst_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Snowburst_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sofadi_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sofadi_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Sofia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sofia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Solway(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Solway< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -16656,33 +19350,61 @@ export declare function Solway(options: { | Array<'300' | '400' | '500' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Song_Myung(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Song_Myung< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Sonsie_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sono< + T extends CssVariable | undefined = undefined +>(options?: { + weight?: + | '200' + | '300' + | '400' + | '500' + | '600' + | '700' + | '800' + | 'variable' + | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> + axes?: 'MONO'[] +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sonsie_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sora(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sora< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -16696,23 +19418,27 @@ export declare function Sora(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sorts_Mill_Goudy(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sorts_Mill_Goudy< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Source_Code_Pro(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Source_Code_Pro< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -16726,7 +19452,7 @@ export declare function Source_Code_Pro(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -16739,8 +19465,10 @@ export declare function Source_Code_Pro(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Source_Sans_3(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Source_Sans_3< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -16754,7 +19482,7 @@ export declare function Source_Sans_3(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -16767,8 +19495,10 @@ export declare function Source_Sans_3(options?: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Source_Sans_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Source_Sans_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -16779,7 +19509,7 @@ export declare function Source_Sans_Pro(options: { | Array<'200' | '300' | '400' | '600' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -16792,8 +19522,10 @@ export declare function Source_Sans_Pro(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Source_Serif_4(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Source_Serif_4< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -16807,7 +19539,7 @@ export declare function Source_Serif_4(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -16815,8 +19547,10 @@ export declare function Source_Serif_4(options?: { 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > axes?: 'opsz'[] -}): FontModule -export declare function Source_Serif_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Source_Serif_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -16827,15 +19561,17 @@ export declare function Source_Serif_Pro(options: { | Array<'200' | '300' | '400' | '600' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Space_Grotesk(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Space_Grotesk< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -16846,33 +19582,39 @@ export declare function Space_Grotesk(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Space_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Space_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Special_Elite(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Special_Elite< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Spectral(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spectral< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -16884,13 +19626,15 @@ export declare function Spectral(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Spectral_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spectral_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -16902,53 +19646,63 @@ export declare function Spectral_SC(options: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Spicy_Rice(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spicy_Rice< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Spinnaker(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spinnaker< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Spirax(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spirax< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Splash(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Splash< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Spline_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spline_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -16959,13 +19713,15 @@ export declare function Spline_Sans(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Spline_Sans_Mono(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Spline_Sans_Mono< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -16976,113 +19732,135 @@ export declare function Spline_Sans_Mono(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Squada_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Squada_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Square_Peg(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Square_Peg< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Sree_Krushnadevaraya(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sree_Krushnadevaraya< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Sriracha(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sriracha< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Srisakdi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Srisakdi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Staatliches(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Staatliches< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Stalemate(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stalemate< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Stalinist_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stalinist_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Stardos_Stencil(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stardos_Stencil< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Stick(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stick< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Stick_No_Bills(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stick_No_Bills< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -17095,173 +19873,207 @@ export declare function Stick_No_Bills(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'sinhala'> -}): FontModule -export declare function Stint_Ultra_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stint_Ultra_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Stint_Ultra_Expanded(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stint_Ultra_Expanded< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Stoke(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stoke< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | Array<'300' | '400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Strait(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Strait< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Style_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Style_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Stylish(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Stylish< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Sue_Ellen_Francisco(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sue_Ellen_Francisco< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Suez_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Suez_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Sulphur_Point(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sulphur_Point< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Sumana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sumana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Sunflower(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sunflower< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '500' | '700' | Array<'300' | '500' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Sunshiney(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sunshiney< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Supermercado_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Supermercado_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Sura(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Sura< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Suranna(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Suranna< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Suravaram(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Suravaram< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Suwannaphum(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Suwannaphum< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -17271,33 +20083,39 @@ export declare function Suwannaphum(options: { | Array<'100' | '300' | '400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Swanky_and_Moo_Moo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Swanky_and_Moo_Moo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Syncopate(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Syncopate< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Syne(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Syne< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -17308,43 +20126,51 @@ export declare function Syne(options?: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'greek' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Syne_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Syne_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Syne_Tactile(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Syne_Tactile< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Tai_Heritage_Pro(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tai_Heritage_Pro< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tai-viet' | 'vietnamese'> -}): FontModule -export declare function Tajawal(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tajawal< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -17356,53 +20182,63 @@ export declare function Tajawal(options: { | Array<'200' | '300' | '400' | '500' | '700' | '800' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin'> -}): FontModule -export declare function Tangerine(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tangerine< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Tapestry(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tapestry< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Taprom(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Taprom< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'khmer' | 'latin'> -}): FontModule -export declare function Tauri(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tauri< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Taviraj(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Taviraj< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -17418,13 +20254,15 @@ export declare function Taviraj(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Teko(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Teko< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -17434,53 +20272,63 @@ export declare function Teko(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Telex(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Telex< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Tenali_Ramakrishna(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tenali_Ramakrishna< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Tenor_Sans(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tenor_Sans< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Text_Me_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Text_Me_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Texturina(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Texturina< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -17497,54 +20345,64 @@ export declare function Texturina(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'opsz'[] -}): FontModule -export declare function Thasadith(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Thasadith< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function The_Girl_Next_Door(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function The_Girl_Next_Door< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function The_Nautigal(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function The_Nautigal< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Tienne(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tienne< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | '900' | Array<'400' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Tillana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tillana< + T extends CssVariable | undefined = undefined +>(options: { weight: | '400' | '500' @@ -17554,27 +20412,31 @@ export declare function Tillana(options: { | Array<'400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Timmana(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Timmana< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'telugu'> -}): FontModule -export declare function Tinos(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tinos< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean @@ -17588,98 +20450,118 @@ export declare function Tinos(options: { | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Tiro_Bangla(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Bangla< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'bengali' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Tiro_Devanagari_Hindi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Devanagari_Hindi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Tiro_Devanagari_Marathi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Devanagari_Marathi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Tiro_Devanagari_Sanskrit(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Devanagari_Sanskrit< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Tiro_Gurmukhi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Gurmukhi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'gurmukhi' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Tiro_Kannada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Kannada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'kannada' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Tiro_Tamil(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Tamil< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'tamil'> -}): FontModule -export declare function Tiro_Telugu(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tiro_Telugu< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'telugu'> -}): FontModule -export declare function Titan_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Titan_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Titillium_Web(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Titillium_Web< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -17690,13 +20572,15 @@ export declare function Titillium_Web(options: { | Array<'200' | '300' | '400' | '600' | '700' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Tomorrow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tomorrow< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -17712,13 +20596,15 @@ export declare function Tomorrow(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Tourney(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tourney< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -17735,34 +20621,40 @@ export declare function Tourney(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Trade_Winds(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Trade_Winds< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Train_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Train_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Trirong(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Trirong< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '200' @@ -17778,13 +20670,15 @@ export declare function Trirong(options: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'> -}): FontModule -export declare function Trispace(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Trispace< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -17798,34 +20692,40 @@ export declare function Trispace(options?: { | Array<'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: 'wdth'[] -}): FontModule -export declare function Trocchi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Trocchi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Trochut(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Trochut< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Truculenta(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Truculenta< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -17842,34 +20742,40 @@ export declare function Truculenta(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> axes?: ('opsz' | 'wdth')[] -}): FontModule -export declare function Trykker(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Trykker< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Tulpen_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Tulpen_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Turret_Road(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Turret_Road< + T extends CssVariable | undefined = undefined +>(options: { weight: | '200' | '300' @@ -17880,169 +20786,201 @@ export declare function Turret_Road(options: { | Array<'200' | '300' | '400' | '500' | '700' | '800'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Twinkle_Star(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Twinkle_Star< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Ubuntu(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ubuntu< + T extends CssVariable | undefined = undefined +>(options: { weight: '300' | '400' | '500' | '700' | Array<'300' | '400' | '500' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Ubuntu_Condensed(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ubuntu_Condensed< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Ubuntu_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ubuntu_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext' > -}): FontModule -export declare function Uchen(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Uchen< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'tibetan'> -}): FontModule -export declare function Ultra(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ultra< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Uncial_Antiqua(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Uncial_Antiqua< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Underdog(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Underdog< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Unica_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Unica_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function UnifrakturCook(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function UnifrakturCook< + T extends CssVariable | undefined = undefined +>(options: { weight: '700' | Array<'700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function UnifrakturMaguntia(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function UnifrakturMaguntia< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Unkempt(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Unkempt< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Unlock(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Unlock< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Unna(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Unna< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Updock(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Updock< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Urbanist(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Urbanist< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -18059,53 +20997,63 @@ export declare function Urbanist(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function VT323(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function VT323< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Vampiro_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vampiro_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Varela(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Varela< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Varela_Round(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Varela_Round< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'hebrew' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Varta(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Varta< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -18116,23 +21064,27 @@ export declare function Varta(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Vast_Shadow(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vast_Shadow< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Vazirmatn(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vazirmatn< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -18149,95 +21101,113 @@ export declare function Vazirmatn(options?: { > style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Vesper_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vesper_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | '700' | '900' | Array<'400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Viaoda_Libre(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Viaoda_Libre< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Vibes(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vibes< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'arabic' | 'latin'> -}): FontModule -export declare function Vibur(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vibur< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Vidaloka(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vidaloka< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Viga(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Viga< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Voces(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Voces< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Volkhov(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Volkhov< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Vollkorn(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vollkorn< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '400' | '500' @@ -18249,157 +21219,187 @@ export declare function Vollkorn(options?: { | Array<'400' | '500' | '600' | '700' | '800' | '900'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Vollkorn_SC(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vollkorn_SC< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '600' | '700' | '900' | Array<'400' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Voltaire(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Voltaire< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Vujahday_Script(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Vujahday_Script< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Waiting_for_the_Sunrise(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Waiting_for_the_Sunrise< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Wallpoet(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Wallpoet< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Walter_Turncoat(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Walter_Turncoat< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Warnes(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Warnes< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Water_Brush(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Water_Brush< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Waterfall(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Waterfall< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Wellfleet(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Wellfleet< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Wendy_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Wendy_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Whisper(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Whisper< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function WindSong(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function WindSong< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '500' | Array<'400' | '500'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Wire_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Wire_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Work_Sans(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Work_Sans< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '100' | '200' @@ -18416,23 +21416,27 @@ export declare function Work_Sans(options?: { > style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Xanh_Mono(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Xanh_Mono< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Yaldevi(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yaldevi< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -18444,13 +21448,15 @@ export declare function Yaldevi(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'sinhala'> -}): FontModule -export declare function Yanone_Kaffeesatz(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yanone_Kaffeesatz< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '200' | '300' @@ -18462,13 +21468,15 @@ export declare function Yanone_Kaffeesatz(options?: { | Array<'200' | '300' | '400' | '500' | '600' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Yantramanav(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yantramanav< + T extends CssVariable | undefined = undefined +>(options: { weight: | '100' | '300' @@ -18479,77 +21487,91 @@ export declare function Yantramanav(options: { | Array<'100' | '300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Yatra_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yatra_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Yellowtail(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yellowtail< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Yeon_Sung(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yeon_Sung< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'korean' | 'latin'> -}): FontModule -export declare function Yeseva_One(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yeseva_One< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Yesteryear(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yesteryear< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Yomogi(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yomogi< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array< 'cyrillic' | 'japanese' | 'latin' | 'latin-ext' | 'vietnamese' > -}): FontModule -export declare function Yrsa(options?: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yrsa< + T extends CssVariable | undefined = undefined +>(options?: { weight?: | '300' | '400' @@ -18560,113 +21582,135 @@ export declare function Yrsa(options?: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> -}): FontModule -export declare function Yuji_Boku(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yuji_Boku< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Yuji_Mai(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yuji_Mai< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Yuji_Syuku(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yuji_Syuku< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Yusei_Magic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Yusei_Magic< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function ZCOOL_KuaiLe(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function ZCOOL_KuaiLe< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function ZCOOL_QingKe_HuangYou(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function ZCOOL_QingKe_HuangYou< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function ZCOOL_XiaoWei(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function ZCOOL_XiaoWei< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Zen_Antique(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Antique< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Antique_Soft(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Antique_Soft< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Dots(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Dots< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Kaku_Gothic_Antique(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Kaku_Gothic_Antique< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -18676,13 +21720,15 @@ export declare function Zen_Kaku_Gothic_Antique(options: { | Array<'300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Kaku_Gothic_New(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Kaku_Gothic_New< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -18692,33 +21738,39 @@ export declare function Zen_Kaku_Gothic_New(options: { | Array<'300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Kurenaido(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Kurenaido< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Loop(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Loop< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Maru_Gothic(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Maru_Gothic< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -18728,53 +21780,69 @@ export declare function Zen_Maru_Gothic(options: { | Array<'300' | '400' | '500' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Old_Mincho(options: { - weight: '400' | '700' | '900' | Array<'400' | '700' | '900'> +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Old_Mincho< + T extends CssVariable | undefined = undefined +>(options: { + weight: + | '400' + | '500' + | '600' + | '700' + | '900' + | Array<'400' | '500' | '600' | '700' | '900'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'cyrillic' | 'greek' | 'japanese' | 'latin' | 'latin-ext'> -}): FontModule -export declare function Zen_Tokyo_Zoo(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zen_Tokyo_Zoo< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Zeyada(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zeyada< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin'> -}): FontModule -export declare function Zhi_Mang_Xing(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zhi_Mang_Xing< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | Array<'400'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'chinese-simplified' | 'latin'> -}): FontModule -export declare function Zilla_Slab(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zilla_Slab< + T extends CssVariable | undefined = undefined +>(options: { weight: | '300' | '400' @@ -18784,19 +21852,21 @@ export declare function Zilla_Slab(options: { | Array<'300' | '400' | '500' | '600' | '700'> style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule -export declare function Zilla_Slab_Highlight(options: { +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function Zilla_Slab_Highlight< + T extends CssVariable | undefined = undefined +>(options: { weight: '400' | '700' | Array<'400' | '700'> style?: 'normal' | Array<'normal'> display?: Display - variable?: CssVariable + variable?: T preload?: boolean fallback?: string[] adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> -}): FontModule +}): T extends undefined ? NextFont : NextFontWithVariable diff --git a/packages/font/src/local/index.ts b/packages/font/src/local/index.ts index f967772d3b5c621..16af37846e710cd 100644 --- a/packages/font/src/local/index.ts +++ b/packages/font/src/local/index.ts @@ -1,8 +1,12 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ -import type { FontModule } from 'next/font' -type Display = 'auto' | 'block' | 'swap' | 'fallback' | 'optional' -type CssVariable = `--${string}` -type LocalFont = { +import type { + CssVariable, + Display, + NextFont, + NextFontWithVariable, +} from '../types' + +type LocalFont = { src: | string | Array<{ @@ -16,10 +20,14 @@ type LocalFont = { adjustFontFallback?: 'Arial' | 'Times New Roman' | false fallback?: string[] preload?: boolean - variable?: CssVariable + variable?: T declarations?: Array<{ prop: string; value: string }> } -export default function localFont(options: LocalFont): FontModule { +export default function localFont< + T extends CssVariable | undefined = undefined +>( + options: LocalFont +): T extends undefined ? NextFont : NextFontWithVariable { throw new Error() } diff --git a/packages/font/src/types.ts b/packages/font/src/types.ts new file mode 100644 index 000000000000000..11e7c06e9a45f71 --- /dev/null +++ b/packages/font/src/types.ts @@ -0,0 +1,12 @@ +export type CssVariable = `--${string}` + +export type Display = 'auto' | 'block' | 'swap' | 'fallback' | 'optional' + +export type NextFont = { + className: string + style: { fontFamily: string; fontWeight?: number; fontStyle?: string } +} + +export type NextFontWithVariable = NextFont & { + variable: string +} diff --git a/packages/next/font/index.d.ts b/packages/next/font/index.d.ts index c01dcff68f979d0..7abc1cf4c0f6276 100644 --- a/packages/next/font/index.d.ts +++ b/packages/next/font/index.d.ts @@ -1,9 +1,3 @@ -export type FontModule = { - className: string - variable?: string - style: { fontFamily: string; fontWeight?: number; fontStyle?: string } -} - export type AdjustFontFallback = { fallbackFont: string ascentOverride?: string diff --git a/scripts/update-google-fonts.js b/scripts/update-google-fonts.js index ea9f630d6ace4a7..339a8a703240a2b 100644 --- a/scripts/update-google-fonts.js +++ b/scripts/update-google-fonts.js @@ -10,9 +10,7 @@ const fetch = require('node-fetch') let fontFunctions = `/** * This is an autogenerated file by scripts/update-google-fonts.js */ - import type { FontModule } from 'next/font' - type Display = 'auto'|'block'|'swap'|'fallback'|'optional' - type CssVariable = \`--\${string}\` + import type { CssVariable, NextFont, NextFontWithVariable, Display } from '../types' ` const fontData = {} for (let { family, fonts, axes, subsets } of familyMetadataList) { @@ -59,7 +57,7 @@ const fetch = require('node-fetch') fontFunctions += `export declare function ${family.replaceAll( ' ', '_' - )}(options${optionalIfVariableFont}: { + )}(options${optionalIfVariableFont}: { weight${optionalIfVariableFont}:${formatUnion( weightTypes )} | Array<${formatUnion( @@ -67,7 +65,7 @@ const fetch = require('node-fetch') )}> style?: ${formatUnion(styleTypes)} | Array<${formatUnion(styleTypes)}> display?:Display - variable?: CssVariable + variable?: T preload?:boolean fallback?: string[] adjustFontFallback?: boolean @@ -77,7 +75,7 @@ const fetch = require('node-fetch') ? `axes?:(${formatUnion(optionalAxes.map(({ tag }) => tag))})[]` : '' } - }):FontModule + }): T extends undefined ? NextFont : NextFontWithVariable ` }