Skip to content

Commit

Permalink
[#1910] Set default heading font-family (#5)
Browse files Browse the repository at this point in the history
Added default.
  • Loading branch information
jiromaykin authored Jan 15, 2024
2 parents d1affa2 + 1e1972a commit 03523be
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/brand/openinwoner/typography.tokens.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"oip": {
"heading": {
"fg": {"value": "{oip.color.fg}"}
"fg": {"value": "{oip.color.fg}"},
"font-family": {"value": "TheMix C5"}
},
"utrecht-link": {
"font-family": {"value": "{oip.typography.sans-serif.font-family}"}
Expand Down
2 changes: 1 addition & 1 deletion src/community/utrecht/heading-1.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"utrecht": {
"heading-1": {
"color": {"value": "{oip.color.fg-heading}"},
"font-family": {"value": "{oip.typography.heading.font-family}"},
"font-family": {"value": "TheMix C5"},
"font-size": {"value": "32px"},
"font-weight": {"value": "bold"},
"line-height": {"value": "41px"},
Expand Down
2 changes: 1 addition & 1 deletion src/community/utrecht/heading-2.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"utrecht": {
"heading-2": {
"color": {"value": "{oip.color.fg-heading}"},
"font-family": {"value": "{oip.typography.heading.font-family}"},
"font-family": {"value": "TheMix C5"},
"font-size": {"value": "24px"},
"font-weight": {"value": "bold"},
"letter-spacing": {"value": "normal"},
Expand Down
2 changes: 1 addition & 1 deletion src/community/utrecht/heading-3.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"utrecht": {
"heading-3": {
"color": {"value": "{oip.color.fg-heading}"},
"font-family": {"value": "{oip.typography.heading.font-family}"},
"font-family": {"value": "TheMix C5"},
"font-size": {"value": "20px"},
"font-weight": {"value": "bold"},
"line-height": {"value": "30px"},
Expand Down

0 comments on commit 03523be

Please sign in to comment.