Skip to content

Commit

Permalink
fiksa på font-navn
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 22, 2024
1 parent 4121c53 commit a3d96e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/hemsedal24/activities.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down
3 changes: 2 additions & 1 deletion src/hemsedal24/components/ActivityBlock.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

p {
font-size: 100%;
font-family: 'Graphik Web';
}

.textportion a {
Expand All @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/hemsedal24/components/Day.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -84,7 +84,7 @@ a {
}

.day > h2 {
font-family: Graphik;
font-family: 'Graphik Web';
font-size: 1.25rem;
font-style: normal;
font-weight: 600;
Expand Down

0 comments on commit a3d96e9

Please sign in to comment.