diff --git a/src/hemsedal24/activities.module.css b/src/hemsedal24/activities.module.css index f99960ab3..a0406f032 100644 --- a/src/hemsedal24/activities.module.css +++ b/src/hemsedal24/activities.module.css @@ -109,7 +109,7 @@ .header span { margin: 0; color: var(--Secondary-4-D4, #2f2e2b); - font-family: Graphik; + font-family: 'Graphik Web'; font-size: 0.9rem; font-style: normal; font-weight: 400; @@ -118,7 +118,7 @@ .title h3 { color: var(--Secondary-4-D4, #2f2e2b); - font-family: Recoleta; + font-family: 'Recoleta'; font-size: 1.775rem; font-style: normal; font-weight: 400; diff --git a/src/hemsedal24/components/ActivityBlock.module.css b/src/hemsedal24/components/ActivityBlock.module.css index 7644f83d4..71094ce6c 100644 --- a/src/hemsedal24/components/ActivityBlock.module.css +++ b/src/hemsedal24/components/ActivityBlock.module.css @@ -24,6 +24,7 @@ p { font-size: 100%; + font-family: 'Graphik Web'; } .textportion a { @@ -47,7 +48,7 @@ p { p { margin: 0; color: var(--Secondary-4-D4, #2f2e2b); - font-family: Graphik; + font-family: 'Graphik Web'; font-size: 0.9rem; font-style: normal; font-weight: 400; diff --git a/src/hemsedal24/components/Day.module.css b/src/hemsedal24/components/Day.module.css index b7c68c5e0..6a72a499e 100644 --- a/src/hemsedal24/components/Day.module.css +++ b/src/hemsedal24/components/Day.module.css @@ -13,7 +13,7 @@ color: var(--Primary-Default, #e61a6b); /* Heading 4 / Regular */ - font-family: Recoleta; + font-family: 'Recoleta'; font-size: 1.675rem; font-style: normal; font-weight: 500; @@ -84,7 +84,7 @@ a { } .day > h2 { - font-family: Graphik; + font-family: 'Graphik Web'; font-size: 1.25rem; font-style: normal; font-weight: 600;