From 36b35d328cea1babf4c1fa79ccffe4c985a96400 Mon Sep 17 00:00:00 2001 From: anonymous <> Date: Sat, 8 Jun 2024 18:19:30 +0000 Subject: [PATCH] Replace Montserrat font family Thus we avoid leaking IP addresses to fonts.googleapis.com. --- src/hashbang.html | 1 - src/local.css | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/hashbang.html b/src/hashbang.html index 8ab0b60..317aa37 100644 --- a/src/hashbang.html +++ b/src/hashbang.html @@ -62,7 +62,6 @@ - diff --git a/src/local.css b/src/local.css index ec28fd8..f89225d 100644 --- a/src/local.css +++ b/src/local.css @@ -26,8 +26,8 @@ body { } h1 { text-indent:0px; - font-family: 'Montserrat', sans-serif; - font-weight: bold; + font-family: arial, arimo, Liberation Sans, sans-serif; + font-weight: normal; line-height:0px; font-size:280px; text-align: center;