Update font data (#66359)

This auto-generated PR updates font data with latest available

Co-authored-by: JJ Kasper <jj@jjsweb.site>
This commit is contained in:
Vercel Release Bot 2024-05-30 15:25:46 -04:00 committed by GitHub
parent 3506398d37
commit 50ca7f874c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 104 additions and 0 deletions

View file

@ -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"],

View file

@ -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: {