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 --- index.html | 2 +- res/css/style.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 2bd44cd0..48725ca6 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + 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