From 00d6a7d10f6267e437b330aa99df091bfc7c67b6 Mon Sep 17 00:00:00 2001 From: 53hornet Date: Sat, 11 Dec 2021 11:26:18 -0500 Subject: chore: organize pages and use router/renderer, organize assets --- includes/head.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/head.php') diff --git a/includes/head.php b/includes/head.php index 4b95e2f..748e4b7 100644 --- a/includes/head.php +++ b/includes/head.php @@ -15,7 +15,7 @@ @font-face { font-family: "Iosevka Slab"; font-display: swap; - src: url("/includes/iosevka-slab-regular.woff2"); + src: url("/assets/iosevka-slab-regular.woff2"); } :root { @@ -194,7 +194,7 @@ } ?> - + -- cgit v1.2.3