From ba72cf33f36c15fc77e530ee7eeb465c4db73663 Mon Sep 17 00:00:00 2001
From: Andy Taylor
Date: Tue, 30 Jan 2018 16:26:14 +1100
Subject: Remove custom fonts
---
gocryptfs-readthedocs/main.html | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/gocryptfs-readthedocs/main.html b/gocryptfs-readthedocs/main.html
index 79c9f4e..a17695b 100644
--- a/gocryptfs-readthedocs/main.html
+++ b/gocryptfs-readthedocs/main.html
@@ -1,5 +1,15 @@
{% extends "base.html" %}
+ {%- block styles %}
+
+
+
+ {%- for path in extra_css %}
+
+ {%- endfor %}
+ {%- endblock %}
+
+
{#
The entry point for the ReadTheDocs Theme.
--
cgit v1.2.3