Skip to content

Commit

Permalink
Feat(design-tokens): Update typography - use correct responsive font-…
Browse files Browse the repository at this point in the history
…sizes
  • Loading branch information
crishpeen committed Sep 10, 2024
1 parent 96097ca commit 5efbac1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/design-tokens/src/scss/global/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ $headline-large-italic: (
$headline-medium-regular: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 24px,
font-size: 20px,
font-style: normal,
font-weight: 400,
line-height: 1.2,
Expand All @@ -218,7 +218,7 @@ $headline-medium-regular: (
$headline-medium-semibold: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 24px,
font-size: 20px,
font-style: normal,
font-weight: 600,
line-height: 1.2,
Expand All @@ -242,7 +242,7 @@ $headline-medium-semibold: (
$headline-medium-bold: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 24px,
font-size: 20px,
font-style: normal,
font-weight: 700,
line-height: 1.2,
Expand All @@ -266,7 +266,7 @@ $headline-medium-bold: (
$headline-medium-italic: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 24px,
font-size: 20px,
font-style: italic,
font-weight: 400,
line-height: 1.2,
Expand All @@ -290,7 +290,7 @@ $headline-medium-italic: (
$headline-small-regular: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 20px,
font-size: 18px,
font-style: normal,
font-weight: 400,
line-height: 1.2,
Expand All @@ -314,7 +314,7 @@ $headline-small-regular: (
$headline-small-semibold: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 20px,
font-size: 18px,
font-style: normal,
font-weight: 600,
line-height: 1.2,
Expand All @@ -338,7 +338,7 @@ $headline-small-semibold: (
$headline-small-bold: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 20px,
font-size: 18px,
font-style: normal,
font-weight: 700,
line-height: 1.2,
Expand All @@ -362,7 +362,7 @@ $headline-small-bold: (
$headline-small-italic: (
mobile: (
font-family: "'Inter', sans-serif",
font-size: 20px,
font-size: 18px,
font-style: italic,
font-weight: 400,
line-height: 1.2,
Expand Down

0 comments on commit 5efbac1

Please sign in to comment.