summaryrefslogtreecommitdiff
path: root/res/css/style.css
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2014-11-28 12:11:01 +0200
committergarbash <dor.garbash@gmail.com>2014-11-28 12:11:01 +0200
commit3f716e35d00059a22333241964eeac1fc83fde7a (patch)
tree032efc67ea91190002dd17b7242db8f79e32aee5 /res/css/style.css
parentbe87dc6c4895d7bf8144d7f9bd0ad377ebe420dd (diff)
Replaced existing fort family to source-sans-pro
Diffstat (limited to 'res/css/style.css')
-rw-r--r--res/css/style.css4
1 files changed, 1 insertions, 3 deletions
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;
}