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:
parent
6a93e4973e
commit
1089c3072c
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
|||
|
||||
{% 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='//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" />
|
||||
{% block extra_style %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue