@open-formulieren/design-tokens
Version:
Design tokens for Open Forms
38 lines (37 loc) • 836 B
JSON
{
"of": {
"heading": {
"fg": {"value": "{of.color.fg}"}
},
"utrecht-link": {
"font-family": {"value": "{of.typography.sans-serif.font-family}"}
},
"text": {
"margin": {"value": "20px"},
"font-size": {"value": "1rem"},
"big": {
"font-size": {"value": "1.125rem"}
},
"small": {
"font-size": {"value": "0.875rem"}
},
"mobile": {
"margin": {"value": "{of.text.margin}"}
},
"tablet": {
"margin": {"value": "{of.text.margin}"}
},
"laptop": {
"margin": {"value": "{of.text.margin}"}
},
"desktop": {
"margin": {"value": "{of.text.margin}"}
}
},
"typography": {
"sans-serif": {
"font-family": {"value": "Fira Sans, Calibri, sans-serif"}
}
}
}
}