Design Token Font

Font information for the text style

Type: object

AttributeTypeDescription
familystringFont family of the text style, e.g. Roboto, Arial
sizenumberFont size of the text style
weightnumberFont weight of the text style, e.g. 500, 700
stretchnumberFont stretch form of the text style, e.g. 0.75, 1.00

Example

{
  "family": "HelveticaNeue",
  "size": 36,
  "weight": 900,
  "stretch": 1
}