Skip to content

Commit 1711bb3

Browse files
Update font data (vercel#89200)
This auto-generated PR updates font data with latest available Co-authored-by: nextjs-bot <it+nextjs-bot@vercel.com>
1 parent a1e9589 commit 1711bb3

2 files changed

Lines changed: 93 additions & 0 deletions

File tree

packages/font/src/google/font-data.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14334,6 +14334,24 @@
1433414334
],
1433514335
"subsets": []
1433614336
},
14337+
"Playwrite NZ Basic": {
14338+
"weights": ["100", "200", "300", "400", "variable"],
14339+
"styles": ["normal"],
14340+
"axes": [
14341+
{
14342+
"tag": "wght",
14343+
"min": 100,
14344+
"max": 400,
14345+
"defaultValue": 400
14346+
}
14347+
],
14348+
"subsets": []
14349+
},
14350+
"Playwrite NZ Basic Guides": {
14351+
"weights": ["400"],
14352+
"styles": ["normal"],
14353+
"subsets": []
14354+
},
1433714355
"Playwrite NZ Guides": {
1433814356
"weights": ["400"],
1433914357
"styles": ["normal"],
@@ -15893,6 +15911,29 @@
1589315911
"styles": ["normal"],
1589415912
"subsets": ["latin", "latin-ext"]
1589515913
},
15914+
"SN Pro": {
15915+
"weights": [
15916+
"200",
15917+
"300",
15918+
"400",
15919+
"500",
15920+
"600",
15921+
"700",
15922+
"800",
15923+
"900",
15924+
"variable"
15925+
],
15926+
"styles": ["normal", "italic"],
15927+
"axes": [
15928+
{
15929+
"tag": "wght",
15930+
"min": 200,
15931+
"max": 900,
15932+
"defaultValue": 400
15933+
}
15934+
],
15935+
"subsets": ["cyrillic", "cyrillic-ext", "latin", "latin-ext", "vietnamese"]
15936+
},
1589615937
"STIX Two Text": {
1589715938
"weights": ["400", "500", "600", "700", "variable"],
1589815939
"styles": ["normal", "italic"],

packages/font/src/google/index.ts

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22382,6 +22382,34 @@ export declare function Playwrite_NZ<
2238222382
fallback?: string[]
2238322383
adjustFontFallback?: boolean
2238422384
}): T extends undefined ? NextFont : NextFontWithVariable
22385+
export declare function Playwrite_NZ_Basic<
22386+
T extends CssVariable | undefined = undefined,
22387+
>(options?: {
22388+
weight?:
22389+
| '100'
22390+
| '200'
22391+
| '300'
22392+
| '400'
22393+
| 'variable'
22394+
| Array<'100' | '200' | '300' | '400'>
22395+
style?: 'normal' | Array<'normal'>
22396+
display?: Display
22397+
variable?: T
22398+
22399+
fallback?: string[]
22400+
adjustFontFallback?: boolean
22401+
}): T extends undefined ? NextFont : NextFontWithVariable
22402+
export declare function Playwrite_NZ_Basic_Guides<
22403+
T extends CssVariable | undefined = undefined,
22404+
>(options: {
22405+
weight: '400' | Array<'400'>
22406+
style?: 'normal' | Array<'normal'>
22407+
display?: Display
22408+
variable?: T
22409+
22410+
fallback?: string[]
22411+
adjustFontFallback?: boolean
22412+
}): T extends undefined ? NextFont : NextFontWithVariable
2238522413
export declare function Playwrite_NZ_Guides<
2238622414
T extends CssVariable | undefined = undefined,
2238722415
>(options: {
@@ -24944,6 +24972,30 @@ export declare function Rye<
2494424972
adjustFontFallback?: boolean
2494524973
subsets?: Array<'latin' | 'latin-ext'>
2494624974
}): T extends undefined ? NextFont : NextFontWithVariable
24975+
export declare function SN_Pro<
24976+
T extends CssVariable | undefined = undefined,
24977+
>(options?: {
24978+
weight?:
24979+
| '200'
24980+
| '300'
24981+
| '400'
24982+
| '500'
24983+
| '600'
24984+
| '700'
24985+
| '800'
24986+
| '900'
24987+
| 'variable'
24988+
| Array<'200' | '300' | '400' | '500' | '600' | '700' | '800' | '900'>
24989+
style?: 'normal' | 'italic' | Array<'normal' | 'italic'>
24990+
display?: Display
24991+
variable?: T
24992+
preload?: boolean
24993+
fallback?: string[]
24994+
adjustFontFallback?: boolean
24995+
subsets?: Array<
24996+
'cyrillic' | 'cyrillic-ext' | 'latin' | 'latin-ext' | 'vietnamese'
24997+
>
24998+
}): T extends undefined ? NextFont : NextFontWithVariable
2494724999
export declare function STIX_Two_Text<
2494825000
T extends CssVariable | undefined = undefined,
2494925001
>(options?: {

0 commit comments

Comments
 (0)