Skip to content

Typography base tokens

This example defines a baseline typography style with only a font family and size. It acts as the foundation for the layered typography fixtures.

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

Sample tokens

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