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.
master
Pheng Heong, Tan 2020-06-28 13:13:48 +08:00
parent fd430a6971
commit 1b93f23c65
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ apparently by a Ethan Schoonover.
body {
background-color: var(--base3);
font-family: monospace;
font-family: serif;
color: var(--base0);
}