From 5b0c52bbf0d1be3b7c0d6cd924bfb8ee7f459442 Mon Sep 17 00:00:00 2001 From: Osmium Sorcerer Date: Sat, 6 Jun 2026 04:28:47 +0000 Subject: Self-host fonts instead of fetching from Google Third step, `font-src 'self'` is now possible. --- public/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'public') 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 @@ /> - + -- cgit