Skip to content

Commit

Permalink
Update font data (#54585)
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 committed Aug 26, 2023
1 parent 1fe5f95 commit c8ff659
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10578,6 +10578,11 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Pushster": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Qahiri": {
"weights": ["400"],
"styles": ["normal"],
Expand Down
12 changes: 12 additions & 0 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18231,6 +18231,18 @@ export declare function Purple_Purse<
adjustFontFallback?: boolean
subsets?: Array<'latin' | 'latin-ext'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Pushster<
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'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Qahiri<
T extends CssVariable | undefined = undefined
>(options: {
Expand Down

0 comments on commit c8ff659

Please sign in to comment.