From 1b93f23c65a194edf8654920a3f3bf469491301e Mon Sep 17 00:00:00 2001 From: "Pheng Heong, Tan" Date: Sun, 28 Jun 2020 13:13:48 +0800 Subject: [PATCH] Change font(s) I discovered that monospace fonts do not seem to make long blocks of text very easy on the eye(s). So, serif. --- solarized_light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solarized_light.css b/solarized_light.css index 37f16cd..500cac0 100644 --- a/solarized_light.css +++ b/solarized_light.css @@ -22,7 +22,7 @@ apparently by a Ethan Schoonover. body { background-color: var(--base3); - font-family: monospace; + font-family: serif; color: var(--base0); }