@axa-ch/design-tokens
Version:
AXA Design Tokens
115 lines (114 loc) • 4.45 kB
JSON
{
"typography": {
"primary": {
"h1": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.10}",
"lineHeight": "{typography.line-height.5}"
},
"type": "typography"
},
"h1-small": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.8}",
"lineHeight": "{typography.line-height.1}"
},
"type": "typography"
},
"h2": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.9}",
"lineHeight": "{typography.line-height.2}"
},
"type": "typography"
},
"h2-small": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.7}",
"lineHeight": "{typography.line-height.3}"
},
"type": "typography"
},
"h3": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.8}",
"lineHeight": "{typography.line-height.6}"
},
"type": "typography"
},
"h3-small": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.6}",
"lineHeight": "{typography.line-height.4}"
},
"type": "typography"
},
"h4": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.6}",
"lineHeight": "{typography.line-height.4}"
},
"type": "typography"
},
"h4-small": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.5}",
"lineHeight": "{typography.line-height.7}"
},
"type": "typography"
},
"h5": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.5}",
"lineHeight": "{typography.line-height.7}"
},
"type": "typography"
},
"h5-small": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.4}",
"lineHeight": "{typography.line-height.7}"
},
"type": "typography"
},
"h6": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.4}",
"lineHeight": "{typography.line-height.9}"
},
"type": "typography"
},
"h6-small": {
"value": {
"fontFamily": "{typography.font-family.primary}, {typography.font-family.primary-fallback-1}, {typography.font-family.primary-fallback-2}",
"fontWeight": 700,
"fontSize": "{typography.font-size.3}",
"lineHeight": "{typography.line-height.1}"
},
"type": "typography"
}
}
}
}