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 @@ -