From 386284796b658a7ed35bc14a3667d73b4dfd23ed Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 15 Sep 2021 16:05:57 -0400 Subject: [PATCH] feat(theme): font - fira code replace skeleton's default raleway font with something fixed-width --- blog/themes/mineral/layouts/partials/head.html | 4 ++++ blog/themes/mineral/static/css/skeleton.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/blog/themes/mineral/layouts/partials/head.html b/blog/themes/mineral/layouts/partials/head.html index 8c51670..740fbd7 100644 --- a/blog/themes/mineral/layouts/partials/head.html +++ b/blog/themes/mineral/layouts/partials/head.html @@ -6,6 +6,10 @@ + + + + diff --git a/blog/themes/mineral/static/css/skeleton.css b/blog/themes/mineral/static/css/skeleton.css index f28bf6c..f80ab3c 100644 --- a/blog/themes/mineral/static/css/skeleton.css +++ b/blog/themes/mineral/static/css/skeleton.css @@ -124,7 +124,7 @@ body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; font-weight: 400; - font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: 'Fira Code', monospace; color: #222; }