aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorOsmium Sorcerer <os@sof.beauty>2026-06-06 04:28:47 +0000
committerOsmium Sorcerer <os@sof.beauty>2026-06-06 04:28:47 +0000
commit5b0c52bbf0d1be3b7c0d6cd924bfb8ee7f459442 (patch)
treee743576ffd6177e7a5a4a84516ca30368811aed4 /public/index.html
parent0523a57ebad8065c844a02da7db9db70cac290d5 (diff)
Self-host fonts instead of fetching from GoogleHEADmaster
Third step, `font-src 'self'` is now possible.
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/public/index.html b/public/index.html
index 8558d2b..2916b94 100644
--- a/public/index.html
+++ b/public/index.html
@@ -57,10 +57,7 @@
/>
<link rel="preconnect" href="https://fonts.gstatic.com" />
- <link
- href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed%7CPoiret+One&display=swap"
- rel="stylesheet"
- />
+ <link href="fonts/faces.css" rel="stylesheet" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="logo-new.png" />