Fonts
Available fonts including Google Fonts and user-uploaded custom fonts.
Columns
| Name | Type | ReadOnly | References | Description |
| Name [KEY] | String | True |
Font name (unique identifier; e.g. Roboto or My Custom Font) | |
| CreatedAt | Datetime | True |
Timestamp when font was uploaded (null for Google Fonts) | |
| UpdatedAt | Datetime | True |
Timestamp when font was last updated (null for Google Fonts) | |
| ExternalId | String | True |
External identifier (null for Google Fonts) | |
| IsGoogleFont | Boolean | True |
Whether the font is from the Google Fonts library | |
| IsUploadedFont | Boolean | True |
Whether the font is a user-uploaded custom font | |
| TeamId | String | True |
ID of the team (null for Google Fonts) | |
| UserId | String | True |
ID of the user who uploaded this font (null for Google Fonts) |