Update font data (#65719)

This auto-generated PR updates font data with latest available
This commit is contained in:
Vercel Release Bot 2024-05-14 14:55:05 -04:00 committed by GitHub
parent 85873492e7
commit 96df8eacc1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 43 additions and 0 deletions

View file

@ -2947,6 +2947,19 @@
],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Danfo": {
"weights": ["400", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "ELSH",
"min": 0,
"max": 100,
"defaultValue": 0
}
],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Dangrek": {
"weights": ["400"],
"styles": ["normal"],
@ -5186,6 +5199,11 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "thai", "vietnamese"]
},
"Jacquard 12": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Jacquard 12 Charted": {
"weights": ["400"],
"styles": ["normal"],

View file

@ -5157,6 +5157,19 @@ export declare function Dancing_Script<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Danfo<
T extends CssVariable | undefined = undefined,
>(options?: {
weight?: '400' | 'variable' | Array<'400'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
axes?: 'ELSH'[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Dangrek<
T extends CssVariable | undefined = undefined,
>(options: {
@ -9219,6 +9232,18 @@ export declare function Itim<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Jacquard_12<
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' | 'math' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Jacquard_12_Charted<
T extends CssVariable | undefined = undefined,
>(options: {