Skip to content

Commit

Permalink
feat(styles): added typography tagline (#658)
Browse files Browse the repository at this point in the history
Co-authored-by: Валерия Чуричева <[email protected]>
  • Loading branch information
churicheva-v and Валерия Чуричева authored Jul 15, 2024
1 parent 38ae967 commit f8464d4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions styles/typography_web.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
"font_weight": 700,
"font_family": "var(--font-family-system)"
},
"accent_tagline": {
"font_size": 12,
"line_height": 16,
"font_weight": 700,
"letter_spacing": 1.25,
"text_transform": "uppercase",
"font_family": "var(--font-family-system)"
},
"action_caps": {
"font_size": 12,
"line_height": 16,
Expand Down Expand Up @@ -111,6 +119,14 @@
"font_weight": 500,
"font_family": "var(--font-family-system)"
},
"action_tagline": {
"font_size": 12,
"line_height": 16,
"font_weight": 700,
"letter_spacing": 1.25,
"text_transform": "uppercase",
"font_family": "var(--font-family-system)"
},
"headline-mobile_large": {
"font_size": 30,
"line_height": 36,
Expand Down Expand Up @@ -317,6 +333,14 @@
"font_weight": 400,
"font_family": "var(--font-family-system)"
},
"paragraph_tagline": {
"font_size": 12,
"line_height": 16,
"font_weight": 500,
"letter_spacing": 1.25,
"text_transform": "uppercase",
"font_family": "var(--font-family-system)"
},
"promo-mobile_large": {
"font_size": 30,
"line_height": 36,
Expand Down

0 comments on commit f8464d4

Please sign in to comment.