Skip to content

Commit

Permalink
[#2029] Set default heading font-family as Heading (#6)
Browse files Browse the repository at this point in the history
Approving this so it can be checked out and pulled with Open-Inwoner.
  • Loading branch information
jiromaykin authored Jan 30, 2024
2 parents 03523be + 060acec commit b9c2e3e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/brand/openinwoner/typography.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"oip": {
"heading": {
"fg": {"value": "{oip.color.fg}"},
"font-family": {"value": "TheMix C5"}
"font-family": {"value": "Heading"}
},
"utrecht-link": {
"font-family": {"value": "{oip.typography.sans-serif.font-family}"}
Expand All @@ -19,7 +19,7 @@
"font-family": {"value": "TheSans C5, sans-serif"}
},
"heading": {
"font-family": {"value": "TheMix C5"},
"font-family": {"value": "Heading"},
"display": {"value": "flex"},
"justify-content": {"value": "space-between"}
}
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": "TheMix C5"},
"font-family": {"value": "Heading"},
"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": "TheMix C5"},
"font-family": {"value": "Heading"},
"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": "TheMix C5"},
"font-family": {"value": "Heading"},
"font-size": {"value": "20px"},
"font-weight": {"value": "bold"},
"line-height": {"value": "30px"},
Expand Down

0 comments on commit b9c2e3e

Please sign in to comment.