From c0bb48b56a3c14b3396a5b255e80fbbd39ee3dd3 Mon Sep 17 00:00:00 2001 From: Веталь Date: Thu, 19 May 2016 10:43:06 +0300 Subject: [PATCH] Веталь --- frontend/assets/AppAsset.php | 2 +- frontend/web/css/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/assets/AppAsset.php b/frontend/assets/AppAsset.php index 41e17bf..759f2c0 100755 --- a/frontend/assets/AppAsset.php +++ b/frontend/assets/AppAsset.php @@ -19,7 +19,7 @@ class AppAsset extends AssetBundle public $baseUrl = '@web'; public $css = [ 'css/style.css', - 'http://fonts.googleapis.com/css?family=Ubuntu', + 'http://fonts.googleapis.com/css?family=Roboto', ]; public $js = [ ]; diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 42b0151..caab931 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1,6 +1,6 @@ html,form, -body { padding:0px;margin:0px; - font-family: 'Ubuntu',Arial, Tahoma, Helvetica, sans-serif;font-size:14px;color:#1d1d1b;height:100%; +body { padding:0;margin:0; + font-family: 'Roboto';font-size:14px;color:#1d1d1b;height:100%; } h1,h2,h3{margin:0px;padding:0px 0px 10px 0px;} .fl{float:left;} @@ -79,7 +79,7 @@ nav input[type="submit"]{width:35px;height:29px;border:none;background:url('../i .fr ul li{border:none;} .akciya a{background:#f75d50;color:#ffffff;} -.brends a{background:#95ba2f;color:#ffffff;} +.brands a{background:#95ba2f;color:#ffffff;} a.myorders{color:#f75d50} -- libgit2 0.21.4