Skip to content

Commit

Permalink
style: remove + adjust some design tokens for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
TessaViergever committed Jun 4, 2024
1 parent e9ea40e commit d4cb63d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions proprietary/design-tokens/figma/figma.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
"4xl": {
"value": "48px",
"type": "fontSizes"
},
"logo": {
"value": "60px",
"type": "fontSizes"
}
},
"line-height": {
Expand Down Expand Up @@ -68,11 +64,6 @@
"primary": {
"value": "Fira Sans, Helvetica, Arial, sans-serif",
"type": "fontFamilies"
},
"secondary": {
"value": "Oswald, sans-serif",
"type": "fontFamilies",
"description": "Used for the Frameless logo"
}
}
},
Expand Down Expand Up @@ -3141,16 +3132,16 @@
"components/logo": {
"utrecht": {
"logo": {
"max-block-size": {},
"max-block-size": { "value": "", "comment": "" },
"max-inline-size": {},
"min-block-size": {},
"min-inline-size": {}
}
},
"frameless": {
"logo-text": {
"font-family": { "value": "{frameless.typography.font-family.secondary}" },
"font-size": { "value": "{frameless.typography.font-size.logo}" },
"font-family": { "value": "{frameless.typography.font-family.primary}" },
"font-size": { "value": "{frameless.typography.font-size.4xl}" },
"font-weight": { "value": "{frameless.typography.font-weight.normal}" }
},
"logo-image": {},
Expand Down

0 comments on commit d4cb63d

Please sign in to comment.