Design Format
FontStyleVariant
Documentation for the FontStyleVariant type in the Polotno design JSON Schema.
Type Information
Base Type: object
Properties
| Property | Type | Description |
|---|---|---|
src | string | Font source, typically in CSS url() form. |
fontStyle | string | No description provided |
fontWeight | string | No description provided |
JSON Schema
{
"type": "object",
"properties": {
"src": {
"type": "string",
"description": "Font source, typically in CSS url() form."
},
"fontStyle": {
"type": "string"
},
"fontWeight": {
"type": "string"
}
},
"required": [
"src"
]
}Related Definitions
No related definitions found.