File: 0001-Rely-on-locally-installed-font-instead-of-creating-a.patch

package info (click to toggle)
pocket-reform-handbook 2025-03-16%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 51,056 kB
  • sloc: sh: 107; ruby: 79; makefile: 18; python: 13
file content (20 lines) | stat: -rw-r--r-- 678 bytes parent folder | download
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;