@open-inwoner/design-tokens
Version:
Design tokens for Open Inwoner
23 lines (22 loc) • 756 B
JSON
{
"utrecht": {
"paragraph": {
"color": {"value": "{oip.color.fg}"},
"font-family": {"value": "{oip.typography.sans-serif.font-family}"},
"font-size": {"value": "{oip.text.font-size}"},
"font-weight": {"value": "normal"},
"line-height": {"value": "24px"},
"margin-block-end": {"value": "0"},
"margin-block-start": {"value": "0"},
"small": {
"color": {"value": "rgba(75,75,75,0.9)"},
"font-family": {"value": "{oip.typography.sans-serif.font-family}"},
"font-weight": {"value": "normal"},
"font-size": {"value": "14px"},
"line-height": {"value": "20px"},
"margin-block-end": {"value": "0"},
"margin-block-start": {"value": "0"}
}
}
}
}