@open-inwoner/design-tokens
Version:
Design tokens for Open Inwoner
28 lines (27 loc) • 641 B
JSON
{
"oip": {
"heading": {
"fg": {"value": "{oip.color.fg}"},
"font-family": {"value": "\"Heading\", \"Arial\", sans-serif"}
},
"text": {
"margin": {"value": "20px"},
"font-size": {"value": "16px"},
"big": {
"font-size": {"value": "24px"}
},
"small": {
"font-size": {"value": "0.875rem"}
},
"line-height": {"value": "24px"}
},
"typography": {
"sans-serif": {
"font-family": {"value": "\"Body\", \"Arial\", sans-serif"}
},
"heading": {
"font-family": {"value": "\"Heading\", \"Arial\", sans-serif"}
}
}
}
}