diff options
author | EuAndreh <eu@euandre.org> | 2020-01-24 20:20:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-01-24 20:20:32 -0300 |
commit | 6fdeb8cbf71ab2e6cc6b9846441a764cd20f3fda (patch) | |
tree | 10679efe965962b4e51cb7f4a16b3b369442163b /site/css/styles.css | |
parent | CSS: stop using custom fonts (diff) | |
download | euandre.org-6fdeb8cbf71ab2e6cc6b9846441a764cd20f3fda.tar.gz euandre.org-6fdeb8cbf71ab2e6cc6b9846441a764cd20f3fda.tar.xz |
CSS: Use sans-serif font in text
Being nice towards medium/low resolution screens.
Diffstat (limited to '')
-rw-r--r-- | site/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/css/styles.css b/site/css/styles.css index 91653e4..d6c5be0 100644 --- a/site/css/styles.css +++ b/site/css/styles.css @@ -6,7 +6,7 @@ body { margin: 0px auto 0px auto; width: 1000px; background-color: #f2eff4; - font-family: serif; + font-family: sans-serif; line-height: 140%; text-rendering: optimizeLegibility; } |