summaryrefslogtreecommitdiffstats
path: root/askbot/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/base.html')
-rw-r--r--askbot/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/askbot/templates/base.html b/askbot/templates/base.html
index 63d7115f..7000c0ac 100644
--- a/askbot/templates/base.html
+++ b/askbot/templates/base.html
@@ -13,6 +13,7 @@
<link rel="shortcut icon" href="{{ settings.SITE_FAVICON|media }}" />
{% block before_css %}{% endblock %}
{% include "meta/html_head_stylesheets.html" %}
+ {% include "meta/fonts.html" %}
{% block forestyle %}{% endblock %}
{% include "meta/html_head_javascript.html" %}
{% block forejs %}{% endblock %}