From 7a980d789992bad49b1f79ee64bd64bb56c6895b Mon Sep 17 00:00:00 2001 From: Jim Jacobsen Date: Mon, 14 Nov 2016 05:55:30 +0000 Subject: [PATCH] A font you can actually read on a tablet/phone --- web/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) mode change 100755 => 100644 web/css/main.css diff --git a/web/css/main.css b/web/css/main.css old mode 100755 new mode 100644 index b30a1f8a..80cec4f9 --- a/web/css/main.css +++ b/web/css/main.css @@ -237,7 +237,7 @@ /* *************************************************************************** -everything below this comment represents tweeks to the mobile-angular-uis CSS +everything below this comment represents tweaks to the mobile-angular-uis CSS *************************************************************************** */ @font-face { @@ -396,6 +396,9 @@ pre { border-radius: 0px; } +body { + font-weight: 400; +} /* change right sidebar behavior to always push */