commit 20d9d9c660132beab03dedc46e36aa669050f814
parent 50188a5d4499808a5625b2575948e25aeff7d910
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sat, 27 Feb 2021 19:13:40 -0500
Remove font-family declaration in body
Let the user choose what kind of font they wish to view my site with.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/http/style/main.css b/http/style/main.css
@@ -5,7 +5,6 @@ html {
body {
background-color: #25252a;
color: #ccc;
- font-family: sans-serif;
line-height: 1.3rem;
max-width: 50%;
max-width: 72ch;