Skip to content

Typography complete tokens

This example shows the fully merged typography style once additional weight and line height information are applied. It represents the end result of layering base and supplemental styles.

See typography-complete.tokens.json for the complete document.

Sample tokens

json
{
  "typography": {
    "body": {
      "$type": "typography",
      "$value": {
        "fontFamily": "Inter",
        "fontWeight": 700,
        "lineHeight": 1.5,
        "fontSize": {
          "dimensionType": "length",
          "value": 16,
          "unit": "px"
        }
      }
    }
  }
}