From 6aaa51d9d6907d79266bf897dfbce27835a7821c Mon Sep 17 00:00:00 2001 From: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Date: Fri, 22 Nov 2024 21:39:26 -0800 Subject: [PATCH] Update font data (#73115) --- packages/font/src/google/font-data.json | 163 ++++++++++++-------- packages/font/src/google/index.ts | 189 ++++++++++++++++-------- 2 files changed, 234 insertions(+), 118 deletions(-) diff --git a/packages/font/src/google/font-data.json b/packages/font/src/google/font-data.json index 3b59f9c6d884c..62ce78a5bfc99 100644 --- a/packages/font/src/google/font-data.json +++ b/packages/font/src/google/font-data.json @@ -56,7 +56,7 @@ "Aclonica": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Acme": { "weights": ["400"], @@ -249,7 +249,7 @@ "Alef": { "weights": ["400", "700"], "styles": ["normal"], - "subsets": ["hebrew", "latin"] + "subsets": ["hebrew", "latin", "latin-ext"] }, "Alegreya": { "weights": ["400", "500", "600", "700", "800", "900", "variable"], @@ -860,7 +860,7 @@ "Annie Use Your Telescope": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Anonymous Pro": { "weights": ["400", "700"], @@ -976,7 +976,7 @@ "Architects Daughter": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Archivo": { "weights": [ @@ -1205,7 +1205,7 @@ "Atomic Age": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Aubrey": { "weights": ["400"], @@ -1640,7 +1640,7 @@ "Bentham": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Berkshire Swash": { "weights": ["400"], @@ -2627,7 +2627,7 @@ "Cinzel Decorative": { "weights": ["400", "700", "900"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Clicker Script": { "weights": ["400"], @@ -2895,7 +2895,7 @@ "Covered By Your Grace": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Crafty Girls": { "weights": ["400"], @@ -2948,7 +2948,7 @@ "Crushed": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Cuprum": { "weights": ["400", "500", "600", "700", "variable"], @@ -3354,6 +3354,19 @@ ], "subsets": ["devanagari", "greek", "greek-ext", "latin", "latin-ext"] }, + "Edu AU VIC WA NT Arrows": { + "weights": ["400", "500", "600", "700", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 400, + "max": 700, + "defaultValue": 400 + } + ], + "subsets": ["latin", "latin-ext"] + }, "Edu AU VIC WA NT Dots": { "weights": ["400", "500", "600", "700", "variable"], "styles": ["normal"], @@ -3592,7 +3605,7 @@ "Engagement": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Englebert": { "weights": ["400"], @@ -3750,7 +3763,7 @@ "Fanwood Text": { "weights": ["400"], "styles": ["normal", "italic"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Farro": { "weights": ["300", "400", "500", "700"], @@ -3765,12 +3778,12 @@ "Fascinate": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Fascinate Inline": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Faster One": { "weights": ["400"], @@ -4512,7 +4525,7 @@ "Gidugu": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin", "telugu"] + "subsets": ["latin", "latin-ext", "telugu"] }, "Gilda Display": { "weights": ["400"], @@ -4527,7 +4540,7 @@ "Give You Glory": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Glass Antiqua": { "weights": ["400"], @@ -4547,7 +4560,7 @@ "Gloria Hallelujah": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Glory": { "weights": [ @@ -4638,7 +4651,15 @@ "Gothic A1": { "weights": ["100", "200", "300", "400", "500", "600", "700", "800", "900"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": [ + "cyrillic", + "cyrillic-ext", + "greek", + "greek-ext", + "latin", + "latin-ext", + "vietnamese" + ] }, "Gotu": { "weights": ["400"], @@ -4793,7 +4814,7 @@ "Gurajada": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin", "telugu"] + "subsets": ["latin", "latin-ext", "telugu"] }, "Gwendolyn": { "weights": ["400", "700"], @@ -5364,7 +5385,7 @@ "Indie Flower": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Ingrid Darling": { "weights": ["400"], @@ -5793,7 +5814,7 @@ "Just Another Hand": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Just Me Again Down Here": { "weights": ["400"], @@ -5821,7 +5842,7 @@ "Kadwa": { "weights": ["400", "700"], "styles": ["normal"], - "subsets": ["devanagari", "latin"] + "subsets": ["devanagari", "latin", "latin-ext"] }, "Kaisei Decol": { "weights": ["400", "500", "700"], @@ -6225,7 +6246,7 @@ "La Belle Aurore": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Labrada": { "weights": [ @@ -6678,7 +6699,7 @@ "Linden Hill": { "weights": ["400"], "styles": ["normal", "italic"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Linefont": { "weights": [ @@ -6832,7 +6853,7 @@ "Loved by the King": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Lovers Quarrel": { "weights": ["400"], @@ -6842,7 +6863,7 @@ "Luckiest Guy": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Lugrasimo": { "weights": ["400"], @@ -7047,7 +7068,7 @@ "Maiden Orange": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Maitree": { "weights": ["200", "300", "400", "500", "600", "700"], @@ -7268,7 +7289,7 @@ "Meddon": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "MedievalSharp": { "weights": ["400"], @@ -7288,7 +7309,7 @@ "Megrim": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Meie Script": { "weights": ["400"], @@ -7545,7 +7566,7 @@ "Monoton": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Monsieur La Doulaise": { "weights": ["400"], @@ -7584,7 +7605,7 @@ "Montez": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Montserrat": { "weights": [ @@ -10684,42 +10705,42 @@ "Nova Cut": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Nova Flat": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Nova Mono": { "weights": ["400"], "styles": ["normal"], - "subsets": ["greek", "latin"] + "subsets": ["greek", "latin", "latin-ext"] }, "Nova Oval": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Nova Round": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Nova Script": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Nova Slim": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Nova Square": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Numans": { "weights": ["400"], @@ -10816,6 +10837,7 @@ "weights": ["400"], "styles": ["normal"], "subsets": [ + "arabic", "cyrillic", "cyrillic-ext", "greek", @@ -10963,7 +10985,7 @@ "Original Surfer": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Oswald": { "weights": ["200", "300", "400", "500", "600", "700", "variable"], @@ -11005,7 +11027,7 @@ "Over the Rainbow": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Overlock": { "weights": ["400", "700", "900"], @@ -11157,6 +11179,19 @@ "styles": ["normal"], "subsets": ["latin", "latin-ext"] }, + "Parkinsans": { + "weights": ["300", "400", "500", "600", "700", "800", "variable"], + "styles": ["normal"], + "axes": [ + { + "tag": "wght", + "min": 300, + "max": 800, + "defaultValue": 400 + } + ], + "subsets": ["latin", "latin-ext"] + }, "Passero One": { "weights": ["400"], "styles": ["normal"], @@ -11292,6 +11327,11 @@ ], "subsets": ["latin", "latin-ext", "vietnamese"] }, + "Phetsarath": { + "weights": ["400", "700"], + "styles": ["normal"], + "subsets": ["lao"] + }, "Philosopher": { "weights": ["400", "700"], "styles": ["normal", "italic"], @@ -12197,13 +12237,18 @@ "Poly": { "weights": ["400"], "styles": ["normal", "italic"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Pompiere": { "weights": ["400"], "styles": ["normal"], "subsets": ["latin"] }, + "Ponnala": { + "weights": ["400"], + "styles": ["normal"], + "subsets": ["latin", "telugu"] + }, "Pontano Sans": { "weights": ["300", "400", "500", "600", "700", "variable"], "styles": ["normal"], @@ -12782,7 +12827,7 @@ "Redressed": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Reem Kufi": { "weights": ["400", "500", "600", "700", "variable"], @@ -13523,7 +13568,7 @@ "Sahitya": { "weights": ["400", "700"], "styles": ["normal"], - "subsets": ["devanagari", "latin"] + "subsets": ["devanagari", "latin", "latin-ext"] }, "Sail": { "weights": ["400"], @@ -13752,7 +13797,7 @@ "Shadows Into Light": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Shadows Into Light Two": { "weights": ["400"], @@ -13930,7 +13975,7 @@ "Six Caps": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Sixtyfour": { "weights": ["400", "variable"], @@ -14010,7 +14055,7 @@ "Smokum": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Smooch": { "weights": ["400"], @@ -14404,7 +14449,7 @@ "Special Elite": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Spectral": { "weights": ["200", "300", "400", "500", "600", "700", "800"], @@ -14419,7 +14464,7 @@ "Spicy Rice": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Spinnaker": { "weights": ["400"], @@ -14588,7 +14633,7 @@ "Supermercado One": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Sura": { "weights": ["400", "700"], @@ -14613,12 +14658,12 @@ "Swanky and Moo Moo": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Syncopate": { "weights": ["400", "700"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Syne": { "weights": ["400", "500", "600", "700", "800", "variable"], @@ -14793,7 +14838,7 @@ "The Girl Next Door": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "The Nautigal": { "weights": ["400", "700"], @@ -15191,7 +15236,7 @@ "Ultra": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Unbounded": { "weights": [ @@ -15219,7 +15264,7 @@ "Uncial Antiqua": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Underdog": { "weights": ["400"], @@ -15450,7 +15495,7 @@ "Waiting for the Sunrise": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Wallpoet": { "weights": ["400"], @@ -15693,7 +15738,7 @@ "Yellowtail": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Yeon Sung": { "weights": ["400"], @@ -15708,7 +15753,7 @@ "Yesteryear": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Yomogi": { "weights": ["400"], @@ -15920,7 +15965,7 @@ }, "Zain": { "weights": ["200", "300", "400", "700", "800", "900"], - "styles": ["normal"], + "styles": ["normal", "italic"], "subsets": ["arabic", "latin"] }, "Zen Antique": { @@ -15976,7 +16021,7 @@ "Zeyada": { "weights": ["400"], "styles": ["normal"], - "subsets": ["latin"] + "subsets": ["latin", "latin-ext"] }, "Zhi Mang Xing": { "weights": ["400"], diff --git a/packages/font/src/google/index.ts b/packages/font/src/google/index.ts index 4f29887894a09..a0e5fbb4bdb69 100644 --- a/packages/font/src/google/index.ts +++ b/packages/font/src/google/index.ts @@ -126,7 +126,7 @@ export declare function Aclonica< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Acme< T extends CssVariable | undefined = undefined, @@ -439,7 +439,7 @@ export declare function Alef< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'hebrew' | 'latin'> + subsets?: Array<'hebrew' | 'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Alegreya< T extends CssVariable | undefined = undefined, @@ -1276,7 +1276,7 @@ export declare function Annie_Use_Your_Telescope< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Anonymous_Pro< T extends CssVariable | undefined = undefined, @@ -1488,7 +1488,7 @@ export declare function Architects_Daughter< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Archivo< T extends CssVariable | undefined = undefined, @@ -1901,7 +1901,7 @@ export declare function Atomic_Age< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Aubrey< T extends CssVariable | undefined = undefined, @@ -2800,7 +2800,7 @@ export declare function Bentham< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Berkshire_Swash< T extends CssVariable | undefined = undefined, @@ -4545,7 +4545,7 @@ export declare function Cinzel_Decorative< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Clicker_Script< T extends CssVariable | undefined = undefined, @@ -5036,7 +5036,7 @@ export declare function Covered_By_Your_Grace< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Crafty_Girls< T extends CssVariable | undefined = undefined, @@ -5130,7 +5130,7 @@ export declare function Crushed< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Cuprum< T extends CssVariable | undefined = undefined, @@ -5872,6 +5872,24 @@ export declare function Eczar< adjustFontFallback?: boolean subsets?: Array<'devanagari' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable +export declare function Edu_AU_VIC_WA_NT_Arrows< + 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'> +}): T extends undefined ? NextFont : NextFontWithVariable export declare function Edu_AU_VIC_WA_NT_Dots< T extends CssVariable | undefined = undefined, >(options?: { @@ -6270,7 +6288,7 @@ export declare function Engagement< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Englebert< T extends CssVariable | undefined = undefined, @@ -6534,7 +6552,7 @@ export declare function Fanwood_Text< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Farro< T extends CssVariable | undefined = undefined, @@ -6570,7 +6588,7 @@ export declare function Fascinate< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Fascinate_Inline< T extends CssVariable | undefined = undefined, @@ -6582,7 +6600,7 @@ export declare function Fascinate_Inline< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Faster_One< T extends CssVariable | undefined = undefined, @@ -7796,7 +7814,7 @@ export declare function Gidugu< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin' | 'telugu'> + subsets?: Array<'latin' | 'latin-ext' | 'telugu'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Gilda_Display< T extends CssVariable | undefined = undefined, @@ -7832,7 +7850,7 @@ export declare function Give_You_Glory< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Glass_Antiqua< T extends CssVariable | undefined = undefined, @@ -7880,7 +7898,7 @@ export declare function Gloria_Hallelujah< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Glory< T extends CssVariable | undefined = undefined, @@ -8020,7 +8038,15 @@ export declare function Gothic_A1< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array< + | 'cyrillic' + | 'cyrillic-ext' + | 'greek' + | 'greek-ext' + | 'latin' + | 'latin-ext' + | 'vietnamese' + > }): T extends undefined ? NextFont : NextFontWithVariable export declare function Gotu< T extends CssVariable | undefined = undefined, @@ -8329,7 +8355,7 @@ export declare function Gurajada< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin' | 'telugu'> + subsets?: Array<'latin' | 'latin-ext' | 'telugu'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Gwendolyn< T extends CssVariable | undefined = undefined, @@ -9407,7 +9433,7 @@ export declare function Indie_Flower< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Ingrid_Darling< T extends CssVariable | undefined = undefined, @@ -10173,7 +10199,7 @@ export declare function Just_Another_Hand< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Just_Me_Again_Down_Here< T extends CssVariable | undefined = undefined, @@ -10233,7 +10259,7 @@ export declare function Kadwa< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'devanagari' | 'latin'> + subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Kaisei_Decol< T extends CssVariable | undefined = undefined, @@ -11079,7 +11105,7 @@ export declare function La_Belle_Aurore< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Labrada< T extends CssVariable | undefined = undefined, @@ -11786,7 +11812,7 @@ export declare function Linden_Hill< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Linefont< T extends CssVariable | undefined = undefined, @@ -12055,7 +12081,7 @@ export declare function Loved_by_the_King< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Lovers_Quarrel< T extends CssVariable | undefined = undefined, @@ -12079,7 +12105,7 @@ export declare function Luckiest_Guy< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Lugrasimo< T extends CssVariable | undefined = undefined, @@ -12417,7 +12443,7 @@ export declare function Maiden_Orange< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Maitree< T extends CssVariable | undefined = undefined, @@ -12860,7 +12886,7 @@ export declare function Meddon< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function MedievalSharp< T extends CssVariable | undefined = undefined, @@ -12908,7 +12934,7 @@ export declare function Megrim< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Meie_Script< T extends CssVariable | undefined = undefined, @@ -13416,7 +13442,7 @@ export declare function Monoton< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Monsieur_La_Doulaise< T extends CssVariable | undefined = undefined, @@ -13486,7 +13512,7 @@ export declare function Montez< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Montserrat< T extends CssVariable | undefined = undefined, @@ -17888,7 +17914,7 @@ export declare function Nova_Cut< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Flat< T extends CssVariable | undefined = undefined, @@ -17900,7 +17926,7 @@ export declare function Nova_Flat< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Mono< T extends CssVariable | undefined = undefined, @@ -17912,7 +17938,7 @@ export declare function Nova_Mono< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'greek' | 'latin'> + subsets?: Array<'greek' | 'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Oval< T extends CssVariable | undefined = undefined, @@ -17924,7 +17950,7 @@ export declare function Nova_Oval< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Round< T extends CssVariable | undefined = undefined, @@ -17936,7 +17962,7 @@ export declare function Nova_Round< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Script< T extends CssVariable | undefined = undefined, @@ -17948,7 +17974,7 @@ export declare function Nova_Script< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Slim< T extends CssVariable | undefined = undefined, @@ -17960,7 +17986,7 @@ export declare function Nova_Slim< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Nova_Square< T extends CssVariable | undefined = undefined, @@ -17972,7 +17998,7 @@ export declare function Nova_Square< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Numans< T extends CssVariable | undefined = undefined, @@ -18100,6 +18126,7 @@ export declare function Oi< fallback?: string[] adjustFontFallback?: boolean subsets?: Array< + | 'arabic' | 'cyrillic' | 'cyrillic-ext' | 'greek' @@ -18351,7 +18378,7 @@ export declare function Original_Surfer< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Oswald< T extends CssVariable | undefined = undefined, @@ -18410,7 +18437,7 @@ export declare function Over_the_Rainbow< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Overlock< T extends CssVariable | undefined = undefined, @@ -18733,6 +18760,26 @@ export declare function Parisienne< adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable +export declare function Parkinsans< + T extends CssVariable | undefined = undefined, +>(options?: { + weight?: + | '300' + | '400' + | '500' + | '600' + | '700' + | '800' + | 'variable' + | Array<'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'> +}): T extends undefined ? NextFont : NextFontWithVariable export declare function Passero_One< T extends CssVariable | undefined = undefined, >(options: { @@ -18964,6 +19011,18 @@ export declare function Petrona< adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> }): T extends undefined ? NextFont : NextFontWithVariable +export declare function Phetsarath< + T extends CssVariable | undefined = undefined, +>(options: { + weight: '400' | '700' | Array<'400' | '700'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array<'lao'> +}): T extends undefined ? NextFont : NextFontWithVariable export declare function Philosopher< T extends CssVariable | undefined = undefined, >(options: { @@ -20196,7 +20255,7 @@ export declare function Poly< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Pompiere< T extends CssVariable | undefined = undefined, @@ -20210,6 +20269,18 @@ export declare function Pompiere< adjustFontFallback?: boolean subsets?: Array<'latin'> }): T extends undefined ? NextFont : NextFontWithVariable +export declare function Ponnala< + 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' | 'telugu'> +}): T extends undefined ? NextFont : NextFontWithVariable export declare function Pontano_Sans< T extends CssVariable | undefined = undefined, >(options?: { @@ -21211,7 +21282,7 @@ export declare function Redressed< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Reem_Kufi< T extends CssVariable | undefined = undefined, @@ -22380,7 +22451,7 @@ export declare function Sahitya< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'devanagari' | 'latin'> + subsets?: Array<'devanagari' | 'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Sail< T extends CssVariable | undefined = undefined, @@ -22902,7 +22973,7 @@ export declare function Shadows_Into_Light< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Shadows_Into_Light_Two< T extends CssVariable | undefined = undefined, @@ -23251,7 +23322,7 @@ export declare function Six_Caps< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Sixtyfour< T extends CssVariable | undefined = undefined, @@ -23349,7 +23420,7 @@ export declare function Smokum< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Smooch< T extends CssVariable | undefined = undefined, @@ -23888,7 +23959,7 @@ export declare function Special_Elite< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Spectral< T extends CssVariable | undefined = undefined, @@ -23944,7 +24015,7 @@ export declare function Spicy_Rice< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Spinnaker< T extends CssVariable | undefined = undefined, @@ -24315,7 +24386,7 @@ export declare function Supermercado_One< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Sura< T extends CssVariable | undefined = undefined, @@ -24381,7 +24452,7 @@ export declare function Swanky_and_Moo_Moo< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Syncopate< T extends CssVariable | undefined = undefined, @@ -24393,7 +24464,7 @@ export declare function Syncopate< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Syne< T extends CssVariable | undefined = undefined, @@ -24711,7 +24782,7 @@ export declare function The_Girl_Next_Door< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function The_Nautigal< T extends CssVariable | undefined = undefined, @@ -25319,7 +25390,7 @@ export declare function Ultra< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Unbounded< T extends CssVariable | undefined = undefined, @@ -25355,7 +25426,7 @@ export declare function Uncial_Antiqua< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Underdog< T extends CssVariable | undefined = undefined, @@ -25785,7 +25856,7 @@ export declare function Waiting_for_the_Sunrise< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Wallpoet< T extends CssVariable | undefined = undefined, @@ -26192,7 +26263,7 @@ export declare function Yellowtail< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Yeon_Sung< T extends CssVariable | undefined = undefined, @@ -26230,7 +26301,7 @@ export declare function Yesteryear< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Yomogi< T extends CssVariable | undefined = undefined, @@ -26578,7 +26649,7 @@ export declare function Zain< | '800' | '900' | Array<'200' | '300' | '400' | '700' | '800' | '900'> - style?: 'normal' | Array<'normal'> + style?: 'normal' | 'italic' | Array<'normal' | 'italic'> display?: Display variable?: T preload?: boolean @@ -26740,7 +26811,7 @@ export declare function Zeyada< preload?: boolean fallback?: string[] adjustFontFallback?: boolean - subsets?: Array<'latin'> + subsets?: Array<'latin' | 'latin-ext'> }): T extends undefined ? NextFont : NextFontWithVariable export declare function Zhi_Mang_Xing< T extends CssVariable | undefined = undefined,