From e13cf8c75d1110f111533722872736df95b1c1ac Mon Sep 17 00:00:00 2001 From: Brooke <12855764+goingforbrooke@users.noreply.github.com> Date: Wed, 29 May 2024 13:52:39 -0700 Subject: [PATCH] Still use Hack for code samples --- sass/main.scss | 2 +- templates/macros/head.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index a3d4d18..1bd9ac4 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -118,7 +118,7 @@ figure { } code { - font-family: Exo2, Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace; + font-family: Hack, DejaVu Sans Mono, Monaco, Consolas, Ubuntu Mono, monospace; font-feature-settings: normal; background: var(--accent-alpha-20); padding: 1px 6px; diff --git a/templates/macros/head.html b/templates/macros/head.html index 675ed3a..4344198 100644 --- a/templates/macros/head.html +++ b/templates/macros/head.html @@ -21,6 +21,7 @@ {%- if config.extra.use_full_hack_font == "exo2" %} + {%- elif config.extra.use_full_hack_font %} {% else %}