From 4b0af2ab4f0784e1e224fd7bc347c54b4c452057 Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Thu, 7 Nov 2024 20:10:15 +0100 Subject: [PATCH] Added phosphate as earl load --- public/assets/signature.html | 4 ---- src/app/hero/hero.component.scss | 5 ----- src/index.html | 2 +- src/styles.scss | 5 +++++ 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/public/assets/signature.html b/public/assets/signature.html index 76714b8..af8c575 100644 --- a/public/assets/signature.html +++ b/public/assets/signature.html @@ -3,10 +3,6 @@
- + diff --git a/src/styles.scss b/src/styles.scss index c8431a3..f38d412 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -36,3 +36,8 @@ html { display: none; } } + +@font-face { + font-family: Phospate; + src: url("/assets/Phosphate/Phosphate-Solid-02.woff2"); +}