summaryrefslogtreecommitdiffstats
path: root/web/input
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2022-11-04 15:13:10 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2022-11-04 15:16:41 (GMT)
commitaaa863123035ecd87a99319cce0324d68848e155 (patch)
tree3c715eab5bd4b167c83bd7e7187433062f3e84df /web/input
parentc1861056c7a49fa8f7fe43ed2a0963b9135a9785 (diff)
downloadsite-aaa863123035ecd87a99319cce0324d68848e155.tar.gz
Don't include remote Google fonts
We should include a local copy instead. For the moment, just do without those fonts. See: Landgericht München, Az.: 3 O 17493/20.
Diffstat (limited to 'web/input')
-rw-r--r--web/input/resources/plugins.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/input/resources/plugins.css b/web/input/resources/plugins.css
index c33d8c8..d29e101 100644
--- a/web/input/resources/plugins.css
+++ b/web/input/resources/plugins.css
@@ -8,9 +8,11 @@
8 * breadcrumb navigation and the footer. 8 * breadcrumb navigation and the footer.
9 */ 9 */
10 10
11@import url("https://fonts.googleapis.com/css?family=Bitter"); 11/*
12@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro"); 12 * @import url("https://fonts.googleapis.com/css?family=Bitter");
13@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro"); 13 * @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
14 * @import url("https://fonts.googleapis.com/css?family=Source+Code+Pro");
15 */
14 16
15body { 17body {
16 font-family: "Source Sans Pro", sans-serif; 18 font-family: "Source Sans Pro", sans-serif;