aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Taylor2018-01-30 16:26:14 +1100
committerAndy Taylor2018-01-30 16:26:14 +1100
commitba72cf33f36c15fc77e530ee7eeb465c4db73663 (patch)
tree6c36e6e1288a9991f0c4abf86026dee751cb3689
parentc2eeba892f634fb1ba7feec993c0df3dd36642af (diff)
Remove custom fonts
-rw-r--r--gocryptfs-readthedocs/main.html10
1 files changed, 10 insertions, 0 deletions
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 %}
+ <link rel="stylesheet" href="{{ base_url }}/css/theme.css" type="text/css" />
+ <link rel="stylesheet" href="{{ base_url }}/css/theme_extra.css" type="text/css" />
+ <link rel="stylesheet" href="{{ base_url }}/css/highlight.css">
+ {%- for path in extra_css %}
+ <link href="{{ path }}" rel="stylesheet">
+ {%- endfor %}
+ {%- endblock %}
+
+
{#
The entry point for the ReadTheDocs Theme.