diff options
| author | garbash <dor.garbash@gmail.com> | 2014-11-28 12:11:01 +0200 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2014-11-28 12:11:01 +0200 |
| commit | 3f716e35d00059a22333241964eeac1fc83fde7a (patch) | |
| tree | 032efc67ea91190002dd17b7242db8f79e32aee5 | |
| parent | be87dc6c4895d7bf8144d7f9bd0ad377ebe420dd (diff) | |
Replaced existing fort family to source-sans-pro
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | res/css/style.css | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -5,7 +5,7 @@ <link href="res/css/style.css" rel="stylesheet" type="text/css"> <link href="res/css/ui.css" rel="stylesheet" type="text/css"> <link href='res/css/google-lato-300.css' rel='stylesheet' type='text/css'> - + <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900,200italic,300italic,400italic,600italic,700italic,900italic' rel='stylesheet' type='text/css'> <link rel="shortcut icon" href="res/img/favicon2.ico" /> <script src="src/local_config.js"></script> 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; } |
