From 1089c3072c5e80e50dc7ac49cac135896e14bebf Mon Sep 17 00:00:00 2001 From: Joel Addison Date: Sat, 4 Jan 2025 06:19:21 +0000 Subject: [PATCH] Add Hack font to base template Monospace text is promoted as being rendered in Hack font but it was not included on the page, so would rarely get used. --- pinaxcon/templates/site_base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pinaxcon/templates/site_base.html b/pinaxcon/templates/site_base.html index 8d16fc45..394708a2 100644 --- a/pinaxcon/templates/site_base.html +++ b/pinaxcon/templates/site_base.html @@ -33,6 +33,7 @@ {% block styles %} + {% block extra_style %}{% endblock %} {% endblock %}