From 50ca7f874c408426faa628d61f0cb6ec6dd6c366 Mon Sep 17 00:00:00 2001 From: Vercel Release Bot <88769842+vercel-release-bot@users.noreply.github.com> Date: Thu, 30 May 2024 15:25:46 -0400 Subject: [PATCH] Update font data (#66359) This auto-generated PR updates font data with latest available Co-authored-by: JJ Kasper --- packages/font/src/google/font-data.json | 38 ++++++++++++++ packages/font/src/google/index.ts | 66 +++++++++++++++++++++++++ 2 files changed, 104 insertions(+) diff --git a/packages/font/src/google/font-data.json b/packages/font/src/google/font-data.json index 9e3230313d5e5..9de388820fcd8 100644 --- a/packages/font/src/google/font-data.json +++ b/packages/font/src/google/font-data.json @@ -2086,6 +2086,11 @@ "styles": ["normal"], "subsets": ["latin"] }, + "Cactus Classical Serif": { + "weights": ["400"], + "styles": ["normal"], + "subsets": ["cyrillic", "latin", "latin-ext", "vietnamese"] + }, "Caesar Dressing": { "weights": ["400"], "styles": ["normal"], @@ -2477,6 +2482,11 @@ ], "subsets": ["latin", "latin-ext", "vietnamese"] }, + "Chocolate Classical Sans": { + "weights": ["400"], + "styles": ["normal"], + "subsets": ["cyrillic", "latin", "latin-ext", "vietnamese"] + }, "Chokokutai": { "weights": ["400"], "styles": ["normal"], @@ -5820,6 +5830,34 @@ "styles": ["normal"], "subsets": ["cyrillic", "cyrillic-ext", "devanagari", "latin", "latin-ext"] }, + "LXGW WenKai Mono TC": { + "weights": ["300", "400", "700"], + "styles": ["normal"], + "subsets": [ + "cyrillic", + "cyrillic-ext", + "greek", + "greek-ext", + "latin", + "latin-ext", + "lisu", + "vietnamese" + ] + }, + "LXGW WenKai TC": { + "weights": ["300", "400", "700"], + "styles": ["normal"], + "subsets": [ + "cyrillic", + "cyrillic-ext", + "greek", + "greek-ext", + "latin", + "latin-ext", + "lisu", + "vietnamese" + ] + }, "La Belle Aurore": { "weights": ["400"], "styles": ["normal"], diff --git a/packages/font/src/google/index.ts b/packages/font/src/google/index.ts index 4a7f1d1805205..25a7920fd5177 100644 --- a/packages/font/src/google/index.ts +++ b/packages/font/src/google/index.ts @@ -3585,6 +3585,18 @@ export declare function Cabin_Sketch< adjustFontFallback?: boolean subsets?: Array<'latin'> }): T extends undefined ? NextFont : NextFontWithVariable +export declare function Cactus_Classical_Serif< + 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<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> +}): T extends undefined ? NextFont : NextFontWithVariable export declare function Caesar_Dressing< T extends CssVariable | undefined = undefined, >(options: { @@ -4313,6 +4325,18 @@ export declare function Chivo_Mono< adjustFontFallback?: boolean subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'> }): T extends undefined ? NextFont : NextFontWithVariable +export declare function Chocolate_Classical_Sans< + 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<'cyrillic' | 'latin' | 'latin-ext' | 'vietnamese'> +}): T extends undefined ? NextFont : NextFontWithVariable export declare function Chokokutai< T extends CssVariable | undefined = undefined, >(options: { @@ -10527,6 +10551,48 @@ export declare function Kurale< 'cyrillic' | 'cyrillic-ext' | 'devanagari' | 'latin' | 'latin-ext' > }): T extends undefined ? NextFont : NextFontWithVariable +export declare function LXGW_WenKai_Mono_TC< + T extends CssVariable | undefined = undefined, +>(options: { + weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array< + | 'cyrillic' + | 'cyrillic-ext' + | 'greek' + | 'greek-ext' + | 'latin' + | 'latin-ext' + | 'lisu' + | 'vietnamese' + > +}): T extends undefined ? NextFont : NextFontWithVariable +export declare function LXGW_WenKai_TC< + T extends CssVariable | undefined = undefined, +>(options: { + weight: '300' | '400' | '700' | Array<'300' | '400' | '700'> + style?: 'normal' | Array<'normal'> + display?: Display + variable?: T + preload?: boolean + fallback?: string[] + adjustFontFallback?: boolean + subsets?: Array< + | 'cyrillic' + | 'cyrillic-ext' + | 'greek' + | 'greek-ext' + | 'latin' + | 'latin-ext' + | 'lisu' + | 'vietnamese' + > +}): T extends undefined ? NextFont : NextFontWithVariable export declare function La_Belle_Aurore< T extends CssVariable | undefined = undefined, >(options: {