From 5f510e715b79c8c9001608ae97e71dc9c913fbd1 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Wed, 7 Jun 2017 13:32:42 +0100 Subject: [PATCH] add font --- sourcing/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sourcing/templates/base.html b/sourcing/templates/base.html index 3f217b4..6ddba92 100644 --- a/sourcing/templates/base.html +++ b/sourcing/templates/base.html @@ -6,8 +6,10 @@ {% block title %}Xanadu{% endblock %} + + {% block style %} {% endblock %}