diff --git a/src/components/header/style.scss b/src/components/header/style.scss index a0f0646..118958b 100644 --- a/src/components/header/style.scss +++ b/src/components/header/style.scss @@ -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; diff --git a/src/components/sponsors/style.scss b/src/components/sponsors/style.scss index 951fbd3..ab0af81 100644 --- a/src/components/sponsors/style.scss +++ b/src/components/sponsors/style.scss @@ -74,8 +74,6 @@ height: 120px; object-fit: contain; } - - } a { @@ -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;