Skip to content

Commit

Permalink
Merge pull request #18 from oxidecomputer/figma-tokens
Browse files Browse the repository at this point in the history
Shrink 3xl now that font weight is greater
  • Loading branch information
benjaminleonard authored Nov 22, 2022
2 parents aeda20d + 7316991 commit 2db4609
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions styles/dist/tailwind-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ module.exports.textUtilities = {
'font-family':
'SuisseIntl, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif',
'font-weight': 400,
'line-height': '3rem',
'font-size': '2.5rem',
'line-height': '2.375rem',
'font-size': '2rem',
'letter-spacing': '0.005rem',
},
'.text-sans-semi-sm': {
Expand Down
4 changes: 2 additions & 2 deletions styles/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
"value": {
"fontFamily": "$fontFamilies.suisse-intl",
"fontWeight": "Regular",
"lineHeight": "48",
"fontSize": "40",
"lineHeight": "38",
"fontSize": "32",
"letterSpacing": ".5%",
"paragraphSpacing": "0",
"textCase": "none",
Expand Down

0 comments on commit 2db4609

Please sign in to comment.