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"); -}