diff --git a/src/brand/openinwoner/typography.tokens.json b/src/brand/openinwoner/typography.tokens.json index 6608d6c..f149dff 100644 --- a/src/brand/openinwoner/typography.tokens.json +++ b/src/brand/openinwoner/typography.tokens.json @@ -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}"} @@ -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"} } diff --git a/src/community/utrecht/heading-1.tokens.json b/src/community/utrecht/heading-1.tokens.json index d9f0d41..fd9f792 100644 --- a/src/community/utrecht/heading-1.tokens.json +++ b/src/community/utrecht/heading-1.tokens.json @@ -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"}, diff --git a/src/community/utrecht/heading-2.tokens.json b/src/community/utrecht/heading-2.tokens.json index 0f07cd5..66dd9bb 100644 --- a/src/community/utrecht/heading-2.tokens.json +++ b/src/community/utrecht/heading-2.tokens.json @@ -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"}, diff --git a/src/community/utrecht/heading-3.tokens.json b/src/community/utrecht/heading-3.tokens.json index 99e3032..f3ca094 100644 --- a/src/community/utrecht/heading-3.tokens.json +++ b/src/community/utrecht/heading-3.tokens.json @@ -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"},