Skip to content

Commit

Permalink
refactor(token):Fontchanges for FigmaOnly file to represent inheriten…
Browse files Browse the repository at this point in the history
…ce system we use in code
  • Loading branch information
Vandapanda committed Jan 22, 2025
1 parent 6923955 commit f6dcf16
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions packages/tokens/tokensstudio-generated/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -8058,7 +8058,7 @@
"fontWeight": "{post.body.font-weight}",
"fontSize": "{post.device.font-size.5}",
"lineHeight": "{post.device.line-height.content}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
},
"paragraph-m": {
Expand All @@ -8077,20 +8077,20 @@
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.body.font-weight}",
"fontSize": "{post.device.font-size.7}",
"lineHeight": "{post.device.line-height.content}",
"letterSpacing": "{post.core.letter-spacing.default}"
"lineHeight": "{post.body.line-height}",
"letterSpacing": "{post.body.letter-spacing}"
}
}
},
"legend": {
"small": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontWeight": "{post.device.font-weight.bold}",
"fontSize": "{post.device.font-size.6}",
"lineHeight": "{post.device.line-height.legend}",
"letterSpacing": "{post.core.letter-spacing.default}"
"lineHeight": "{post.legend.line-height}",
"letterSpacing": "{post.body.letter-spacing}",
"fontFamily": "{post.body.font-family}"
}
},
"large": {
Expand All @@ -8108,41 +8108,41 @@
"default": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.device.font-weight.regular}",
"fontSize": "{post.device.font-size.6}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
},
"default-bold": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.device.font-weight.bold}",
"fontSize": "{post.device.font-size.6}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
},
"medium": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.device.font-weight.regular}",
"fontSize": "{post.device.font-size.8}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
},
"medium-bold": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.device.font-weight.bold}",
"fontSize": "{post.device.font-size.8}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
},
"small": {
Expand All @@ -8158,21 +8158,21 @@
"smaller": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.device.font-weight.regular}",
"fontSize": "{post.device.font-size.10}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
},
"extrasmall": {
"$type": "typography",
"$value": {
"fontFamily": "{post.device.font-family.default}",
"fontFamily": "{post.body.font-family}",
"fontWeight": "{post.device.font-weight.regular}",
"fontSize": "{post.device.font-size.11}",
"lineHeight": "{post.device.line-height.label}",
"letterSpacing": "{post.core.letter-spacing.default}"
"letterSpacing": "{post.body.letter-spacing}"
}
}
},
Expand Down

0 comments on commit f6dcf16

Please sign in to comment.