Font information for the text style
Type: object
Attribute | Type | Description |
---|---|---|
family | string | Font family of the text style, e.g. Roboto , Arial |
size | number | Font size of the text style |
weight | number | Font weight of the text style, e.g. 500 , 700 |
stretch | number | Font stretch form of the text style, e.g. 0.75 , 1.00 |
Example
{
"family": "HelveticaNeue",
"size": 36,
"weight": 900,
"stretch": 1
}