From b3b8e8b60bd896aab7b79ef42d13a3ae36b33f68 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Thu, 7 Nov 2024 20:15:20 +0100 Subject: [PATCH] reversed phosphate reload --- src/app/hero/hero.component.scss | 5 +++++ src/index.html | 1 - src/styles.scss | 5 ----- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/app/hero/hero.component.scss b/src/app/hero/hero.component.scss index 6696f00..43381da 100644 --- a/src/app/hero/hero.component.scss +++ b/src/app/hero/hero.component.scss @@ -7,6 +7,11 @@ padding: 3rem 0; } +@font-face { + font-family: Phospate; + src: url("../../../public/assets/Phosphate/Phosphate-Solid-02.woff2"); +} + h1 { font-family: Phospate; font-weight: 300; diff --git a/src/index.html b/src/index.html index 3c7bf5f..ae47206 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,6 @@ - diff --git a/src/styles.scss b/src/styles.scss index f38d412..c8431a3 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -36,8 +36,3 @@ html { display: none; } } - -@font-face { - font-family: Phospate; - src: url("/assets/Phosphate/Phosphate-Solid-02.woff2"); -}