Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 82 additions & 112 deletions tokens/semantic/typography.json
Original file line number Diff line number Diff line change
@@ -1,137 +1,107 @@
{
"typography": {
"heading": {
"1": {
"$value": {
"fontWeight": "{typography.base.weight.bold}",
"fontSize": "{typography.base.size.t32}",
"lineHeight": "{typography.base.lineHeight.t48}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.heading.1": {
"weight": "typography.base.weight.bold",
"size": "typography.base.size.t32",
"lineHeight": "typography.base.lineHeight.t48",
"letterSpacing": "typography.base.letterSpacing.default"
},
"2": {
"$value": {
"fontWeight": "{typography.base.weight.bold}",
"fontSize": "{typography.base.size.t24}",
"lineHeight": "{typography.base.lineHeight.t36}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.heading.2": {
"weight": "typography.base.weight.bold",
"size": "typography.base.size.t24",
"lineHeight": "typography.base.lineHeight.t36",
"letterSpacing": "typography.base.letterSpacing.default"
},
"3": {
"$value": {
"fontWeight": "{typography.base.weight.bold}",
"fontSize": "{typography.base.size.t20}",
"lineHeight": "{typography.base.lineHeight.t30}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.heading.3": {
"weight": "typography.base.weight.bold",
"size": "typography.base.size.t20",
"lineHeight": "typography.base.lineHeight.t30",
"letterSpacing": "typography.base.letterSpacing.default"
},
"4": {
"$value": {
"fontWeight": "{typography.base.weight.bold}",
"fontSize": "{typography.base.size.t16}",
"lineHeight": "{typography.base.lineHeight.t24}",
"letterSpacing": "{typography.base.letterSpacing.wide}"
},
"$type": "typography"
"typography.heading.4": {
"weight": "typography.base.weight.bold",
"size": "typography.base.size.t16",
"lineHeight": "typography.base.lineHeight.t24",
"letterSpacing": "typography.base.letterSpacing.wide"
}
},
"title": {
"1": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t28}",
"lineHeight": "{typography.base.lineHeight.t42}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.title.1": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t28",
"lineHeight": "typography.base.lineHeight.t42",
"letterSpacing": "typography.base.letterSpacing.default"
},
"2": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t24}",
"lineHeight": "{typography.base.lineHeight.t36}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.title.2": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t24",
"lineHeight": "typography.base.lineHeight.t36",
"letterSpacing": "typography.base.letterSpacing.default"
},
"3": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t20}",
"lineHeight": "{typography.base.lineHeight.t30}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.title.3": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t20",
"lineHeight": "typography.base.lineHeight.t30",
"letterSpacing": "typography.base.letterSpacing.default"
},
"4": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t16}",
"lineHeight": "{typography.base.lineHeight.t24}",
"letterSpacing": "{typography.base.letterSpacing.wide}"
},
"$type": "typography"
"typography.title.4": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t18",
"lineHeight": "typography.base.lineHeight.t26",
"letterSpacing": "typography.base.letterSpacing.default"
},
"typography.title.5": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t16",
"lineHeight": "typography.base.lineHeight.t24",
"letterSpacing": "typography.base.letterSpacing.wide"
}
},
"body": {
"1": {
"$value": {
"fontWeight": "{typography.base.weight.regular}",
"fontSize": "{typography.base.size.t16}",
"lineHeight": "{typography.base.lineHeight.t26}",
"letterSpacing": "{typography.base.letterSpacing.wide}"
},
"$type": "typography"
"typography.body.1": {
"weight": "typography.base.weight.regular",
"size": "typography.base.size.t16",
"lineHeight": "typography.base.lineHeight.t26",
"letterSpacing": "typography.base.letterSpacing.wide"
},
"typography.body.2": {
"weight": "typography.base.weight.regular",
"size": "typography.base.size.t14",
"lineHeight": "typography.base.lineHeight.t22",
"letterSpacing": "typography.base.letterSpacing.wide"
},
"2": {
"$value": {
"fontWeight": "{typography.base.weight.regular}",
"fontSize": "{typography.base.size.t14}",
"lineHeight": "{typography.base.lineHeight.t22}",
"letterSpacing": "{typography.base.letterSpacing.wide}"
},
"$type": "typography"
"typography.body.3": {
"weight": "typography.base.weight.regular",
"size": "typography.base.size.t12",
"lineHeight": "typography.base.lineHeight.t18",
"letterSpacing": "typography.base.letterSpacing.wide"
}
},
"label": {
"1": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t18}",
"lineHeight": "{typography.base.lineHeight.t24}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.label.1": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t18",
"lineHeight": "typography.base.lineHeight.t24",
"letterSpacing": "typography.base.letterSpacing.default"
},
"2": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t16}",
"lineHeight": "{typography.base.lineHeight.t22}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.label.2": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t16",
"lineHeight": "typography.base.lineHeight.t22",
"letterSpacing": "typography.base.letterSpacing.default"
},
"3": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t14}",
"lineHeight": "{typography.base.lineHeight.t18}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.label.3": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t14",
"lineHeight": "typography.base.lineHeight.t18",
"letterSpacing": "typography.base.letterSpacing.default"
},
"4": {
"$value": {
"fontWeight": "{typography.base.weight.semibold}",
"fontSize": "{typography.base.size.t12}",
"lineHeight": "{typography.base.lineHeight.t16}",
"letterSpacing": "{typography.base.letterSpacing.default}"
},
"$type": "typography"
"typography.label.4": {
"weight": "typography.base.weight.semibold",
"size": "typography.base.size.t12",
"lineHeight": "typography.base.lineHeight.t16",
"letterSpacing": "typography.base.letterSpacing.default"
}
}
}
Expand Down
Loading