From 9baebc1c109ba3526f9c825765766fadbd08baad Mon Sep 17 00:00:00 2001 From: "Pheng Heong, Tan" Date: Sun, 28 Jun 2020 09:52:16 +0800 Subject: [PATCH] Change font(s) Well, if I am already using Solarized, a colour-scheme that is apparently targeted at software-developers, I might as well go the extra step, and use a font that developers are likely to be familiar with. As the saying goes, "In for a penny..." You complete that saying. --- solarized_light.css | 1 + 1 file changed, 1 insertion(+) diff --git a/solarized_light.css b/solarized_light.css index 099ffa2..ab624a5 100644 --- a/solarized_light.css +++ b/solarized_light.css @@ -22,6 +22,7 @@ apparently by a Ethan Schoonover. body { background-color: var(--base3); + font-family: monospace; } p {