aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-10-11 09:08:08 -0300
committerEuAndreh <eu@euandre.org>2021-10-11 09:08:08 -0300
commit09d57208ae999ad9ec03576f61276e3fd4f9aaae (patch)
tree05f2189f9b888ca81513b9783dd11cfe65887460 /styles.css
parentStop using WebTorrent (diff)
downloadeuandre.org-09d57208ae999ad9ec03576f61276e3fd4f9aaae.tar.gz
euandre.org-09d57208ae999ad9ec03576f61276e3fd4f9aaae.tar.xz
styles.css: Don't set the font, inherit from the browser default
Diffstat (limited to '')
-rw-r--r--styles.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/styles.css b/styles.css
index 2b042d7..7c18fd7 100644
--- a/styles.css
+++ b/styles.css
@@ -4,7 +4,6 @@ body {
margin: 0px auto 0px auto;
padding: 1%;
max-width: 750px;
- font-family: sans-serif;
text-rendering: optimizeLegibility;
background-color: #f7f2f3;
}