@axa-ch/design-tokens
Version:
AXA Design Tokens
55 lines (54 loc) • 1.75 kB
JSON
{
"typography": {
"text": {
"1": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 400,
"fontSize": "{typography.font-size.4}",
"lineHeight": "{typography.line-height.10}"
},
"type": "typography"
},
"2": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 400,
"fontSize": "{typography.font-size.3}",
"lineHeight": "{typography.line-height.10}"
},
"type": "typography"
},
"3": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 400,
"fontSize": "{typography.font-size.2}",
"lineHeight": "{typography.line-height.10}"
},
"type": "typography"
},
"4": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 400,
"fontSize": "{typography.font-size.1}",
"lineHeight": "{typography.line-height.8}"
},
"type": "typography"
},
"base": {
"value": "{typography.text.3}"
},
"sm": {
"value": "{typography.text.4}"
},
"lg": {
"value": "{typography.text.2}"
},
"xl": {
"value": "{typography.text.1}"
}
}
}
}