Typography layer tokens
This example represents an additive layer that contributes typography weight and line height to the base style. It illustrates how layered tokens omit $type
when merging with another document.
See typography-layer.tokens.json
for the complete document.
Sample tokens
json
{
"typography": {
"body": {
"$value": {
"fontWeight": 700,
"lineHeight": 1.5
}
}
}
}