Polotno
Design Format

FontStyleVariant

Documentation for the FontStyleVariant type in the Polotno design JSON Schema.

Type Information

Base Type: object

Properties

PropertyTypeDescription
srcstringFont source, typically in CSS url() form.
fontStylestringNo description provided
fontWeightstringNo 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"
  ]
}

No related definitions found.

On this page