Skip to content

Commit

Permalink
Fix the fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Feb 15, 2024
1 parent d6493f2 commit 163b2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
background-color: $primary-color;
color: $background-color;
font-size: 18px;
font-family: "Krona-One";
padding: 10px 15px;
width: 200px;
display: flex;
Expand Down
4 changes: 1 addition & 3 deletions src/components/sponsors/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@
height: 120px;
object-fit: contain;
}


}

a {
Expand All @@ -85,7 +83,7 @@
p {
color: #FFF;
text-align: center;
font-family: Krona One;
font-family: "Krona-One";
font-size: 20px;
font-style: normal;
font-weight: 400;
Expand Down

0 comments on commit 163b2ff

Please sign in to comment.