From 6fdeb8cbf71ab2e6cc6b9846441a764cd20f3fda Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 24 Jan 2020 20:20:32 -0300 Subject: CSS: Use sans-serif font in text Being nice towards medium/low resolution screens. --- site/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site') 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; } -- cgit v1.2.3