From 70e28940b5cb8928f128c2c047b4ffd876f4e648 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 29 Mar 2017 13:24:50 +0200 Subject: [PATCH] Increase overall font size --- static/css/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index ddd926c..e552453 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -60,9 +60,8 @@ html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abb html, body { height: 100%; } body { - /*font:16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;*/ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; - font-size: 16px; + font-size: 18px; color: #666; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;