Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/font/src/google/font-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -6091,6 +6091,12 @@
"weights": ["300", "400", "500", "600", "700", "800", "variable"],
"styles": ["normal", "italic"],
"axes": [
{
"tag": "MONO",
"min": 0,
"max": 1,
"defaultValue": 1
},
{
"tag": "wght",
"min": 300,
Expand Down
1 change: 1 addition & 0 deletions packages/font/src/google/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9323,6 +9323,7 @@ export declare function Google_Sans_Code<
| 'syriac'
| 'vietnamese'
>
axes?: 'MONO'[]
}): T extends undefined ? NextFont : NextFontWithVariable
export declare function Google_Sans_Flex<
T extends CssVariable | undefined = undefined,
Expand Down
Loading