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.
This commit is contained in:
Joel Addison 2025-01-04 06:19:21 +00:00
parent 6a93e4973e
commit 1089c3072c

View file

@ -33,6 +33,7 @@
{% block styles %} {% block styles %}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<link rel='stylesheet' href='//cdn.jsdelivr.net/npm/hack-font@3.3.0/build/web/hack.css'>
<link href="{% sass_src 'scss/app.scss' %}" rel="stylesheet" type="text/css" /> <link href="{% sass_src 'scss/app.scss' %}" rel="stylesheet" type="text/css" />
{% block extra_style %}{% endblock %} {% block extra_style %}{% endblock %}
{% endblock %} {% endblock %}