Skip to content

Commit

Permalink
Update font data (vercel#61479)
Browse files Browse the repository at this point in the history
This auto-generated PR updates font data with latest available

Co-authored-by: JJ Kasper <[email protected]>
  • Loading branch information
vercel-release-bot and ijjk authored Feb 1, 2024
1 parent 9d949fd commit 2e3b88d
Show file tree
Hide file tree
Showing 2 changed files with 186 additions and 12 deletions.
93 changes: 89 additions & 4 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4730,6 +4730,25 @@
"styles": ["normal"],
"subsets": ["latin"]
},
"Honk": {
"weights": ["400", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "MORF",
"min": 0,
"max": 45,
"defaultValue": 15
},
{
"tag": "SHLN",
"min": 0,
"max": 100,
"defaultValue": 50
}
],
"subsets": ["latin", "latin-ext", "math", "symbols", "vietnamese"]
},
"Hubballi": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -5645,7 +5664,7 @@
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext", "math"]
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Kurale": {
"weights": ["400"],
Expand Down Expand Up @@ -7705,7 +7724,7 @@
"Noto Sans Chorasmian": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["chorasmian", "latin", "latin-ext"]
"subsets": ["chorasmian", "latin", "latin-ext", "math", "symbols"]
},
"Noto Sans Coptic": {
"weights": ["400"],
Expand Down Expand Up @@ -7883,7 +7902,14 @@
"Noto Sans Glagolitic": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["cyrillic-ext", "glagolitic", "latin", "latin-ext"]
"subsets": [
"cyrillic-ext",
"glagolitic",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Noto Sans Gothic": {
"weights": ["400"],
Expand Down Expand Up @@ -11737,6 +11763,19 @@
"styles": ["normal"],
"subsets": ["cyrillic", "cyrillic-ext", "hebrew", "latin", "latin-ext"]
},
"Rubik Glitch Pop": {
"weights": ["400"],
"styles": ["normal"],
"subsets": [
"cyrillic",
"cyrillic-ext",
"hebrew",
"latin",
"latin-ext",
"math",
"symbols"
]
},
"Rubik Iso": {
"weights": ["400"],
"styles": ["normal"],
Expand Down Expand Up @@ -11872,7 +11911,7 @@
"Ruslan Display": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["cyrillic", "latin", "latin-ext"]
"subsets": ["cyrillic", "latin", "latin-ext", "math", "symbols"]
},
"Russo One": {
"weights": ["400"],
Expand Down Expand Up @@ -12316,6 +12355,25 @@
"styles": ["normal"],
"subsets": ["latin"]
},
"Sixtyfour": {
"weights": ["400", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "BLED",
"min": 0,
"max": 100,
"defaultValue": 0
},
{
"tag": "SCAN",
"min": -53,
"max": 100,
"defaultValue": 0
}
],
"subsets": ["latin", "latin-ext", "math", "symbols"]
},
"Skranji": {
"weights": ["400", "700"],
"styles": ["normal"],
Expand Down Expand Up @@ -13814,6 +13872,25 @@
],
"subsets": ["latin", "latin-ext", "vietnamese"]
},
"Workbench": {
"weights": ["400", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "BLED",
"min": 0,
"max": 100,
"defaultValue": 0
},
{
"tag": "SCAN",
"min": -53,
"max": 100,
"defaultValue": 0
}
],
"subsets": ["latin", "math", "symbols"]
},
"Xanh Mono": {
"weights": ["400"],
"styles": ["normal", "italic"],
Expand Down Expand Up @@ -13928,6 +14005,8 @@
"greek",
"latin",
"latin-ext",
"math",
"symbols",
"vietnamese"
]
},
Expand Down Expand Up @@ -13961,6 +14040,8 @@
"greek",
"latin",
"latin-ext",
"math",
"symbols",
"vietnamese"
]
},
Expand Down Expand Up @@ -13994,6 +14075,8 @@
"greek",
"latin",
"latin-ext",
"math",
"symbols",
"vietnamese"
]
},
Expand Down Expand Up @@ -14027,6 +14110,8 @@
"greek",
"latin",
"latin-ext",
"math",
"symbols",
"vietnamese"
]
},
Expand Down
105 changes: 97 additions & 8 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8357,6 +8357,19 @@ export declare function Homenaje<
adjustFontFallback?: boolean
subsets?: Array<'latin'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Honk<
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' | 'math' | 'symbols' | 'vietnamese'>
axes?: ('MORF' | 'SHLN')[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Hubballi<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -10210,7 +10223,7 @@ export declare function Kumbh_Sans<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'math'>
subsets?: Array<'latin' | 'latin-ext' | 'math' | 'symbols'>
axes?: 'YOPQ'[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Kurale<
Expand Down Expand Up @@ -13824,7 +13837,7 @@ export declare function Noto_Sans_Chorasmian<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'chorasmian' | 'latin' | 'latin-ext'>
subsets?: Array<'chorasmian' | 'latin' | 'latin-ext' | 'math' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Noto_Sans_Coptic<
T extends CssVariable | undefined = undefined
Expand Down Expand Up @@ -14056,7 +14069,9 @@ export declare function Noto_Sans_Glagolitic<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'cyrillic-ext' | 'glagolitic' | 'latin' | 'latin-ext'>
subsets?: Array<
'cyrillic-ext' | 'glagolitic' | 'latin' | 'latin-ext' | 'math' | 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Noto_Sans_Gothic<
T extends CssVariable | undefined = undefined
Expand Down Expand Up @@ -19858,6 +19873,26 @@ export declare function Rubik_Glitch<
'cyrillic' | 'cyrillic-ext' | 'hebrew' | 'latin' | 'latin-ext'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Glitch_Pop<
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'
| 'cyrillic-ext'
| 'hebrew'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Rubik_Iso<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -20162,7 +20197,7 @@ export declare function Ruslan_Display<
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'cyrillic' | 'latin' | 'latin-ext'>
subsets?: Array<'cyrillic' | 'latin' | 'latin-ext' | 'math' | 'symbols'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Russo_One<
T extends CssVariable | undefined = undefined
Expand Down Expand Up @@ -21091,6 +21126,19 @@ export declare function Six_Caps<
adjustFontFallback?: boolean
subsets?: Array<'latin'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Sixtyfour<
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' | 'math' | 'symbols'>
axes?: ('BLED' | 'SCAN')[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Skranji<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -23704,6 +23752,19 @@ export declare function Work_Sans<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext' | 'vietnamese'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Workbench<
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' | 'math' | 'symbols'>
axes?: ('BLED' | 'SCAN')[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Xanh_Mono<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down Expand Up @@ -23916,7 +23977,14 @@ export declare function Ysabeau<
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese'
| 'cyrillic'
| 'cyrillic-ext'
| 'greek'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
| 'vietnamese'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Ysabeau_Infant<
Expand Down Expand Up @@ -23955,7 +24023,14 @@ export declare function Ysabeau_Infant<
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese'
| 'cyrillic'
| 'cyrillic-ext'
| 'greek'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
| 'vietnamese'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Ysabeau_Office<
Expand Down Expand Up @@ -23994,7 +24069,14 @@ export declare function Ysabeau_Office<
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese'
| 'cyrillic'
| 'cyrillic-ext'
| 'greek'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
| 'vietnamese'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Ysabeau_SC<
Expand Down Expand Up @@ -24033,7 +24115,14 @@ export declare function Ysabeau_SC<
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
'cyrillic' | 'cyrillic-ext' | 'greek' | 'latin' | 'latin-ext' | 'vietnamese'
| 'cyrillic'
| 'cyrillic-ext'
| 'greek'
| 'latin'
| 'latin-ext'
| 'math'
| 'symbols'
| 'vietnamese'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Yuji_Boku<
Expand Down

0 comments on commit 2e3b88d

Please sign in to comment.