File: 0002-replace-external-google-stylesheet-with-Debian-packa.patch

package info (click to toggle)
pico-sdk 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,960 kB
  • sloc: ansic: 150,165; asm: 13,474; python: 2,885; cpp: 2,192; yacc: 381; lex: 270; makefile: 33; sh: 15; javascript: 13
file content (22 lines) | stat: -rw-r--r-- 681 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Johannes Schauer Marin Rodrigues <josch@debian.org>
Date: Sun, 16 Mar 2025 23:30:31 +0100
Subject: replace external google stylesheet with Debian packaged version

Forwarded: not-needed
---
 docs/header.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/header.html b/docs/header.html
index 72332ff..0efbb88 100644
--- a/docs/header.html
+++ b/docs/header.html
@@ -18,7 +18,7 @@
 	$search
 	$mathjax
 
-    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
+	@web-font-path: "roboto-debian.css";
 	<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
 	$extrastylesheet