Skip to content

Commit

Permalink
Update font data (#55155)
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 Sep 9, 2023
1 parent c6ce87f commit a4094e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -10578,11 +10578,6 @@
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Pushster": {
"weights": ["400"],
"styles": ["normal"],
"subsets": ["latin", "latin-ext"]
},
"Qahiri": {
"weights": ["400"],
"styles": ["normal"],
Expand Down
12 changes: 0 additions & 12 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18231,18 +18231,6 @@ 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 a4094e2

Please sign in to comment.