@amsterdam/design-system-tokens
Version:
All design tokens from the Amsterdam Design System. Use it to apply its visual design to your website or application.
23 lines (22 loc) • 852 B
JSON
{
"ams": {
"paragraph": {
"color": { "value": "{ams.color.text.default}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-size": { "value": "{ams.typography.body-text.font-size}" },
"font-weight": { "value": "{ams.typography.body-text.font-weight}" },
"line-height": { "value": "{ams.typography.body-text.line-height}" },
"inverse": {
"color": { "value": "{ams.color.text.inverse}" }
},
"small": {
"font-size": { "value": "{ams.typography.body-text.small.font-size}" },
"line-height": { "value": "{ams.typography.body-text.small.line-height}" }
},
"large": {
"font-size": { "value": "{ams.typography.body-text.large.font-size}" },
"line-height": { "value": "{ams.typography.body-text.large.line-height}" }
}
}
}
}