@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.
37 lines (36 loc) • 1.36 kB
JSON
{
"ams": {
"heading": {
"color": { "value": "{ams.color.text.default}" },
"font-family": { "value": "{ams.typography.font-family}" },
"font-weight": { "value": "{ams.typography.heading.font-weight}" },
"inverse": {
"color": { "value": "{ams.color.text.inverse}" }
},
"1": {
"font-size": { "value": "{ams.typography.heading.1.font-size}" },
"line-height": { "value": "{ams.typography.heading.1.line-height}" }
},
"2": {
"font-size": { "value": "{ams.typography.heading.2.font-size}" },
"line-height": { "value": "{ams.typography.heading.2.line-height}" }
},
"3": {
"font-size": { "value": "{ams.typography.heading.3.font-size}" },
"line-height": { "value": "{ams.typography.heading.3.line-height}" }
},
"4": {
"font-size": { "value": "{ams.typography.heading.4.font-size}" },
"line-height": { "value": "{ams.typography.heading.4.line-height}" }
},
"5": {
"font-size": { "value": "{ams.typography.heading.5.font-size}" },
"line-height": { "value": "{ams.typography.heading.5.line-height}" }
},
"6": {
"font-size": { "value": "{ams.typography.heading.6.font-size}" },
"line-height": { "value": "{ams.typography.heading.6.line-height}" }
}
}
}
}