Update font data (#62173)

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-02-17 18:49:35 -05:00 committed by GitHub
parent c62053f30b
commit 160bb99b06
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 124 additions and 2 deletions

View file

@ -813,6 +813,11 @@
"styles": ["normal"],
"subsets": ["khmer", "latin"]
},
"Annapurna SIL": {
"weights": ["400", "700"],
"styles": ["normal"],
"subsets": ["devanagari", "latin", "latin-ext", "math", "symbols"]
},
"Annie Use Your Telescope": {
"weights": ["400"],
"styles": ["normal"],
@ -823,6 +828,11 @@
"styles": ["normal", "italic"],
"subsets": ["cyrillic", "greek", "latin", "latin-ext"]
},
"Anta": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Antic": {
"weights": ["400"],
"styles": ["normal"],
@ -5132,6 +5142,11 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "thai", "vietnamese"]
},
"Jacquarda Bastarda 9": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Jacques Francois": {
"weights": ["400"],
"styles": ["normal"],
@ -5540,6 +5555,19 @@
"styles": ["normal", "italic"],
"subsets": ["latin", "latin-ext", "thai", "vietnamese"]
},
"Kode Mono": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 400,
"max": 700,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Koh Santepheap": {
"weights": ["100", "300", "400", "700", "900"],
"styles": ["normal"],
@ -6790,6 +6818,11 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Micro 5": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Milonga": {
"weights": ["400"],
"styles": ["normal"],
@ -7182,6 +7215,11 @@
],
"subsets": ["cyrillic-ext", "latin", "latin-ext", "math", "vietnamese"]
},
"Namdhinggo": {
"weights": ["400", "500", "600", "700", "800"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "limbu"]
},
"Nanum Brush Script": {
"weights": ["400"],
"styles": ["normal"],
@ -8500,7 +8538,7 @@
"Noto Sans Mongolian": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext", "mongolian"]
"subsets": ["latin", "latin-ext", "math", "mongolian", "symbols"]
},
"Noto Sans Mono": {
"weights": [

View file

@ -1211,6 +1211,18 @@ export declare function Angkor<
adjustFontFallback?: boolean
subsets?: Array<'khmer' | 'latin'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Annapurna_SIL<
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<'devanagari' | 'latin' | 'latin-ext' | 'math' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Annie_Use_Your_Telescope<
T extends CssVariable | undefined = undefined
>(options: {
@ -1235,6 +1247,18 @@ export declare function Anonymous_Pro<
adjustFontFallback?: boolean
subsets?: Array<'cyrillic' | 'greek' | 'latin' | 'latin-ext'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Anta<
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 Antic<
T extends CssVariable | undefined = undefined
>(options: {
@ -9141,6 +9165,18 @@ export declare function Itim<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Jacquarda_Bastarda_9<
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 Jacques_Francois<
T extends CssVariable | undefined = undefined
>(options: {
@ -9974,6 +10010,24 @@ export declare function Kodchasan<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'thai' | 'vietnamese'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Kode_Mono<
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 Koh_Santepheap<
T extends CssVariable | undefined = undefined
>(options: {
@ -12182,6 +12236,18 @@ export declare function Michroma<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Micro_5<
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 Milonga<
T extends CssVariable | undefined = undefined
>(options: {
@ -12983,6 +13049,24 @@ export declare function Nabla<
>
axes?: ('EDPT' | 'EHLT')[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Namdhinggo<
T extends CssVariable | undefined = undefined
>(options: {
weight:
| '400'
| '500'
| '600'
| '700'
| '800'
| Array<'400' | '500' | '600' | '700' | '800'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'limbu'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Nanum_Brush_Script<
T extends CssVariable | undefined = undefined
>(options: {
@ -14877,7 +14961,7 @@ export declare function Noto_Sans_Mongolian<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'mongolian'>
subsets?: Array<'latin' | 'latin-ext' | 'math' | 'mongolian' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Noto_Sans_Mono<
T extends CssVariable | undefined = undefined