diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/head.php | 4 | ||||
-rw-r--r-- | includes/iosevka-slab-regular.woff2 | bin | 376848 -> 0 bytes | |||
-rw-r--r-- | includes/nav.php | 1 |
3 files changed, 3 insertions, 2 deletions
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 @@ } ?> - <link rel="icon" href="/53hornet.svg" type="image/svg+xml"> + <link rel="icon" href="/assets/53hornet.svg" type="image/svg+xml"> </head> <body> diff --git a/includes/iosevka-slab-regular.woff2 b/includes/iosevka-slab-regular.woff2 Binary files differdeleted file mode 100644 index fda41e3..0000000 --- a/includes/iosevka-slab-regular.woff2 +++ /dev/null diff --git a/includes/nav.php b/includes/nav.php index de72e9d..03e9c5f 100644 --- a/includes/nav.php +++ b/includes/nav.php @@ -60,3 +60,4 @@ </li> </ul> </nav> +<hr /> |