From 3f716e35d00059a22333241964eeac1fc83fde7a Mon Sep 17 00:00:00 2001 From: garbash Date: Fri, 28 Nov 2014 12:11:01 +0200 Subject: Replaced existing fort family to source-sans-pro --- res/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'res/css/style.css') diff --git a/res/css/style.css b/res/css/style.css index 398fd37a..d9aa3d14 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -3,7 +3,6 @@ html, body { } html{ - } body { @@ -14,8 +13,7 @@ body { padding: 0; color: #FFF; font-size: 14px; - font-family: 'Lato', sans-serif; - font-weight: lighter; + font-family: 'Source Sans Pro', sans-serif; background-color:#080808; } -- cgit v1.3.1