diff --git a/src/assets/fonts/Knewave-Light.woff b/src/assets/fonts/Knewave-Light.woff new file mode 100644 index 0000000..c031ebf Binary files /dev/null and b/src/assets/fonts/Knewave-Light.woff differ diff --git a/src/lib/css/typo.scss b/src/lib/css/typo.scss index 4af81e5..b0990fb 100644 --- a/src/lib/css/typo.scss +++ b/src/lib/css/typo.scss @@ -2,7 +2,7 @@ font-family: 'Knewave'; font-style: normal; font-weight: 400; - src: url(/fonts/Knewave.woff) format('woff'); + src: url(/fonts/Knewave-Light.woff) format('woff'); } @mixin montserrat($style, $weight, $file) { @@ -41,6 +41,7 @@ h1 { h2 { margin: 0 0 var(--space-medium) 0; + font-family: 'Knewave'; font-size: var(--fz-2); font-weight: bold; text-transform: uppercase; diff --git a/src/pages/index/games.scss b/src/pages/index/games.scss index 15940af..e98f137 100644 --- a/src/pages/index/games.scss +++ b/src/pages/index/games.scss @@ -20,6 +20,7 @@ color: var(--color-on-dark); padding: var(--space-small) var(--space-xlarge); font-family: 'Knewave'; + letter-spacing: 0.1rem; font-size: 40px; } diff --git a/src/pages/index/news.scss b/src/pages/index/news.scss index fba8f35..44f6d78 100644 --- a/src/pages/index/news.scss +++ b/src/pages/index/news.scss @@ -15,6 +15,7 @@ align-items: center; gap: var(--space-small); font-family: 'Knewave'; + letter-spacing: 0.1rem; font-size: 24px; @media($mobile-breakpoint) { @@ -40,6 +41,7 @@ flex-grow: 1; margin: 0; font-family: 'Knewave'; + letter-spacing: 0.1rem; font-size: 32px; @media($mobile-breakpoint) {