Skip to content

Commit

Permalink
chore: decrease headline-sm sizes to font/lineheight size 3
Browse files Browse the repository at this point in the history
  • Loading branch information
frshwtr committed Jan 29, 2025
1 parent 97a6820 commit a1370b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/dictionary/tokens/core/use-case/typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"value": {
"fontFamily": "{o3.font.family.financier-display}",
"fontWeight": "{o3.font.weight.light}",
"fontSize": "{o3.font.size.4}",
"lineHeight": "{o3.font.lineheight.4}"
"fontSize": "{o3.font.size.3}",
"lineHeight": "{o3.font.lineheight.3}"
},
"type": "typography",
"description": "Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News)."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"value": {
"fontFamily": "{o3.font.family.metric}",
"fontWeight": "{o3.font.weight.regular}",
"fontSize": "{o3.font.size-metric2.4}",
"lineHeight": "{o3.font.lineheight-metric2.4}"
"fontSize": "{o3.font.size-metric2.3}",
"lineHeight": "{o3.font.lineheight-metric2.3}"
},
"type": "typography",
"description": "Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News)."
Expand Down
4 changes: 2 additions & 2 deletions apps/dictionary/tokens/whitelabel/use-case/typography.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"value": {
"fontFamily": "{o3.font.family.financier-display}",
"fontWeight": "{o3.font.weight.light}",
"fontSize": "{o3.font.size.4}",
"lineHeight": "{o3.font.lineheight.4}"
"fontSize": "{o3.font.size.3}",
"lineHeight": "{o3.font.lineheight.3}"
},
"type": "typography",
"description": "Use this style for small screens headlines in smaller teasers and text only toppers (eg. Opinion and News)."
Expand Down

0 comments on commit a1370b0

Please sign in to comment.