Skip to content

Commit

Permalink
feat(tokens): add high-density values
Browse files Browse the repository at this point in the history
  • Loading branch information
cf-remylenoir committed Jan 11, 2024
1 parent 928c6df commit 7b6c637
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/forma-36-tokens/src/tokens/typography/font-size.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ const fontSize = {
'font-size-3xl': '2.25rem',
'font-size-2xl': '1.75rem',
'font-size-xl': '1.25rem',
'font-size-xl-high': '1.125rem',
'font-size-l': '1rem',
'font-size-l-high': '0.875rem',
'font-size-m': '0.875rem',
'font-size-m-high': '0.75rem',
'font-size-s': '0.75rem',
'font-size-xs': '0.625rem',
'font-size-s-high': '0.625rem',
};

module.exports = fontSize;

0 comments on commit 7b6c637

Please sign in to comment.