Skip to content

Commit

Permalink
Update font data (#65961)
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 <jj@jjsweb.site>
  • Loading branch information
vercel-release-bot and ijjk committed May 20, 2024
1 parent dd8ee52 commit f95656a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 51 deletions.
24 changes: 0 additions & 24 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1967,30 +1967,6 @@
],
"subsets": ["cyrillic-ext", "latin", "latin-ext", "vietnamese"]
},
"Briem Hand": {
"weights": [
"100",
"200",
"300",
"400",
"500",
"600",
"700",
"800",
"900",
"variable"
],
"styles": ["normal"],
"axes": [
{
"tag": "wght",
"min": 100,
"max": 900,
"defaultValue": 400
}
],
"subsets": ["cyrillic-ext", "greek-ext", "latin", "latin-ext", "vietnamese"]
},
"Bruno Ace": {
"weights": ["400"],
"styles": ["normal"],
Expand Down
27 changes: 0 additions & 27 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3354,33 +3354,6 @@ export declare function Bricolage_Grotesque<
subsets?: Array<'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'>
axes?: ('opsz' | 'wdth')[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Briem_Hand<
T extends CssVariable | undefined = undefined,
>(options?: {
weight?:
| '100'
| '200'
| '300'
| '400'
| '500'
| '600'
| '700'
| '800'
| '900'
| 'variable'
| Array<
'100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'
>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<
'cyrillic-ext' | 'greek-ext' | 'latin' | 'latin-ext' | 'vietnamese'
>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Bruno_Ace<
T extends CssVariable | undefined = undefined,
>(options: {
Expand Down

0 comments on commit f95656a

Please sign in to comment.