diff --git a/tokens.json b/tokens.json index f7d9e0bbc..7244b4dae 100644 --- a/tokens.json +++ b/tokens.json @@ -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": { @@ -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": { @@ -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": {