1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sun, 16 Mar 2025 15:12:58 +0100
Subject: Rely on locally installed font instead of creating a privacy breach
Forwarded: not-needed
---
src/source/_static/mntstyle.css | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/source/_static/mntstyle.css b/src/source/_static/mntstyle.css
index 3143697..7db2f34 100644
--- a/src/source/_static/mntstyle.css
+++ b/src/source/_static/mntstyle.css
@@ -1,6 +1,3 @@
-@import url('https://rsms.me/inter/inter.css');
-@import url('https://rsms.me/inter/inter-display.css');
-
* {
font-family: 'Inter', Helvetica, sans-serif !important;
box-sizing: border-box;
|