From 96276ae1f6e6b885d1db638baefad27aec9c509f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Such=C3=A1nek?= Date: Sat, 20 Jan 2018 16:28:31 +0100 Subject: [PATCH] Backup font family for code --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index c689340..36e3555 100644 --- a/style.css +++ b/style.css @@ -84,7 +84,7 @@ a:visited { } code { - font-family: 'Hack'; + font-family: 'Hack', monospace; /* Hack has a larger x-height than Overpass; shrinking it to compensate */ font-size: 95%; background-color: #f2f2f2;