From ea2ee038f55ed770dfb18f5cdd3a9f9797bd24ef Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 28 Jun 2022 03:09:52 +1000 Subject: Fix font path issue --- index.html | 2 +- src/index.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c7f71b2..a3c339e 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - Grid of Life + Tilo
diff --git a/src/index.css b/src/index.css index a82c47e..6569d31 100644 --- a/src/index.css +++ b/src/index.css @@ -4,7 +4,7 @@ @font-face { font-family: Ubuntu; - src: url('fonts/Ubuntu-Regular.woff2'); + src: url('/fonts/Ubuntu-Regular.woff2'); } body { font-family: Ubuntu, system-ui, sans-serif; -- cgit v1.2.3