Skip to content

Commit

Permalink
Change size title card
Browse files Browse the repository at this point in the history
  • Loading branch information
Banshee-92 committed Jan 2, 2024
1 parent b504594 commit e92097c
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -5950,7 +5950,12 @@
},
"typo": {
"lg": {
"value": "{global.content.typo.body.lg--medium}",
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "19 px",
"fontSize": "{core.font.size.100}"
},
"type": "typography"
},
"md": {
Expand Down Expand Up @@ -6267,7 +6272,12 @@
},
"typo": {
"lg": {
"value": "{global.content.typo.body.lg--medium}",
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "19 px",
"fontSize": "{core.font.size.100}px"
},
"type": "typography"
},
"md": {
Expand Down Expand Up @@ -6464,7 +6474,12 @@
},
"typo": {
"lg": {
"value": "{global.content.typo.body.lg--medium}",
"value": {
"fontFamily": "{core.font.family.main}",
"fontWeight": "{core.font.weight.medium}",
"lineHeight": "19 px",
"fontSize": "{core.font.size.100}px"
},
"type": "typography"
},
"md": {
Expand Down

0 comments on commit e92097c

Please sign in to comment.