Skip to content

Commit

Permalink
Update font data (#67872)
Browse files Browse the repository at this point in the history
This auto-generated PR updates font data with latest available
  • Loading branch information
vercel-release-bot authored Jul 18, 2024
1 parent a6215cc commit 0377834
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 0 deletions.
32 changes: 32 additions & 0 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -3288,6 +3288,19 @@
],
"subsets": ["devanagari", "greek", "greek-ext", "latin", "latin-ext"]
},
"Edu AU VIC WA NT Hand": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 400,
"max": 700,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Edu NSW ACT Foundation": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
Expand Down Expand Up @@ -5628,6 +5641,25 @@
],
"subsets": ["latin", "latin-ext", "math"]
},
"Kalnia Glaze": {
"weights": ["100", "200", "300", "400", "500", "600", "700", "variable"],
"styles": ["normal"],
"axes": [
{
"tag": "wdth",
"min": 100,
"max": 125,
"defaultValue": 100
},
{
"tag": "wght",
"min": 100,
"max": 700,
"defaultValue": 400
}
],
"subsets": ["latin", "latin-ext"]
},
"Kameron": {
"weights": ["400", "500", "600", "700", "variable"],
"styles": ["normal"],
Expand Down
40 changes: 40 additions & 0 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5800,6 +5800,24 @@ export declare function Eczar<
adjustFontFallback?: boolean
subsets?: Array<'devanagari' | 'greek' | 'greek-ext' | 'latin' | 'latin-ext'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Edu_AU_VIC_WA_NT_Hand<
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 Edu_NSW_ACT_Foundation<
T extends CssVariable | undefined = undefined,
>(options?: {
Expand Down Expand Up @@ -10028,6 +10046,28 @@ export declare function Kalnia<
subsets?: Array<'latin' | 'latin-ext' | 'math'>
axes?: 'wdth'[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Kalnia_Glaze<
T extends CssVariable | undefined = undefined,
>(options?: {
weight?:
| '100'
| '200'
| '300'
| '400'
| '500'
| '600'
| '700'
| 'variable'
| Array<'100' | '200' | '300' | '400' | '500' | '600' | '700'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext'>
axes?: 'wdth'[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Kameron<
T extends CssVariable | undefined = undefined,
>(options?: {
Expand Down

0 comments on commit 0377834

Please sign in to comment.