From 75f45d52b0f2dd16433d8f8203863093e512ceb8 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Fri, 12 Jun 2020 21:13:14 +0200 Subject: [PATCH] Fix font-family reference --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 58a4d31..0304f79 100644 --- a/static/style.css +++ b/static/style.css @@ -122,7 +122,7 @@ pre { overflow-x: auto; } code { - font-family: 'Courier New', Courier, monospace; + font-family: 'dm', 'Courier New', Courier, monospace; color: var(--clr-code); background-color: var(--clr-bg-alt); border: 2px solid var(--clr-border);