@open-inwoner/design-tokens
Version:
Design tokens for Open Inwoner
24 lines (23 loc) • 532 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"}
}
},
"typography": {
"sans-serif": {
"font-family": {"value": "\"Body\", \"Arial\", sans-serif"}
},
"heading": {
"font-family": {"value": "\"Heading\", \"Arial\", sans-serif"}
}
}
}
}