Skip to content

Commit

Permalink
update/fonts-data-1721520736925
Browse files Browse the repository at this point in the history
  • Loading branch information
vercel-release-bot committed Jul 21, 2024
1 parent 0613902 commit 4d71306
Show file tree
Hide file tree
Showing 2 changed files with 24 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 @@ -15533,6 +15533,11 @@
"styles": ["normal"],
"subsets": ["latin"]
},
"Zain": {
"weights": ["200", "300", "400", "700", "800", "900"],
"styles": ["normal"],
"subsets": ["arabic", "latin"]
},
"Zen Antique": {
"weights": ["400"],
"styles": ["normal"],
Expand Down
19 changes: 19 additions & 0 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26118,6 +26118,25 @@ export declare function ZCOOL_XiaoWei<
adjustFontFallback?: boolean
subsets?: Array<'latin'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Zain<
T extends CssVariable | undefined = undefined,
>(options: {
weight:
| '200'
| '300'
| '400'
| '700'
| '800'
| '900'
| Array<'200' | '300' | '400' | '700' | '800' | '900'>
style?: 'normal' | Array<'normal'>
display?: Display
variable?: T
preload?: boolean
fallback?: string[]
adjustFontFallback?: boolean
subsets?: Array<'arabic' | 'latin'>
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Zen_Antique<
T extends CssVariable | undefined = undefined,
>(options: {
Expand Down

0 comments on commit 4d71306

Please sign in to comment.