1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: Carlos Maddela <e7appew@gmail.com>
Date: Sun, 30 Jul 2017 15:06:44 +1000
Subject: Disable use of web fonts to avoid possible privacy breach issues.
Description: Disable use of web fonts to avoid possible privacy breach issues.
Author: Carlos Maddela <e7appew@gmil.com>
Forwarded: not-needed
Last-Update: 2017-08-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---
docs/_templates/layout.html | 5 -----
1 file changed, 5 deletions(-)
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 9ccc21c..793b1d5 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -2,11 +2,6 @@
{% extends "!layout.html" %}
{% block header %}
-<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Vollkorn" /><link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
-<link rel='stylesheet' href='//fonts.googleapis.com/css?family=Vollkorn' type='text/css' />
{% endblock %}
{# Custom CSS overrides #}
|