Add exo2 font

This commit is contained in:
Brooke 2024-05-29 13:28:27 -07:00
parent 0ced77898f
commit f8f57d0d40
No known key found for this signature in database
GPG key ID: 56C4CCAEB8BD5307
11 changed files with 33 additions and 4 deletions

View file

@ -19,7 +19,9 @@
{% endif -%}
{% endif -%}
{%- if config.extra.use_full_hack_font %}
{%- if config.extra.use_full_hack_font == "exo2" %}
<link rel="stylesheet" href="{{ get_url(path="font-exo2.css", trailing_slash=false) | safe }}">
{%- elif config.extra.use_full_hack_font %}
<link rel="stylesheet" href="{{ get_url(path="font-hack.css", trailing_slash=false) | safe }}">
{% else %}
<link rel="stylesheet" href="{{ get_url(path="font-hack-subset.css", trailing_slash=false) | safe }}">