]> _ Git - cubedesigners-v7.git/commitdiff
(no commit message)
authorbruno@cubedesigners.com <bruno@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 11 Feb 2014 16:51:40 +0000 (16:51 +0000)
committerbruno@cubedesigners.com <bruno@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Tue, 11 Feb 2014 16:51:40 +0000 (16:51 +0000)
framework/application/layouts/scripts/layout.phtml
less/agence.less
less/common.less
less/contact.less
less/home.less

index 1a088db1735cbd21f9b7a5b555b897e8581b719c..de3c281c3c9c5994007c3af649dc612e246276cb 100644 (file)
@@ -1,6 +1,8 @@
 <?php\r
 \r
-$fonts = array('custom' => array('families' => array('roboto_condensedlight'), 'urls' => array('/css/fonts/robotocondensed-light.css?nocache=1')));\r
+//$fonts = array('custom' => array('families' => array('roboto_condensedlight'), 'urls' => array('/css/fonts/robotocondensed-light.css?nocache=1')));\r
+$fonts = array('google' => array('families' => array('Roboto+Condensed:400,300,700:latin')));\r
+\r
 $this->headScript()->addWebFont($fonts);\r
 \r
 if ($this->acl()->isAllowed('edition')) {\r
index d5adfa51c2614a9a32e9328b800cbc333fd6f2d8..6fc78ed0f14713c6cddf74a44db74a25b248580f 100644 (file)
@@ -31,7 +31,7 @@
 }
 
 .agency-pictos .bloc-holder h2 {
-    font-weight: normal;
+    font-weight: 300;
     font-size:32px;
 }
 
index 5cff343b8a190f0b263cf4310adb471c2c654a51..f607d2b5c777070318e6f9f88ea4b573abcae9b9 100644 (file)
@@ -1,12 +1,19 @@
+\r
+@roboto: 'Roboto Condensed', sans-serif;\r
+\r
+* {\r
+   font-weight: 300; \r
+}\r
+\r
 body {\r
-    font-family: 'roboto_condensedlight';\r
+    font-family: @roboto;\r
     font-size:16px;\r
-    font-weight: normal;\r
+    font-weight:300;\r
     color:#1b1b1b;\r
 }\r
 \r
 h1, h2 {\r
-    font-weight: normal;\r
+    font-weight: 300;\r
 }\r
 \r
 a {\r
@@ -47,12 +54,12 @@ a:active {
 \r
 .title h1 {\r
     text-align: left;\r
-    font-weight: normal;\r
+    font-weight: 300;\r
     font-size: 56px;\r
 }\r
 \r
 .title h2 {\r
     text-align: left;\r
-    font-weight: normal;\r
+    font-weight: 300;\r
     font-size: 22px;\r
 }
\ No newline at end of file
index 16eb3a0d91a44228727562d7201ca2f47f71748d..e8b66a59518c361e21b07788eb3c8e44b1dc3f8c 100644 (file)
@@ -8,7 +8,7 @@
 
 #contact-title h1 {
     text-align: left;
-    font-weight: normal;
+    font-weight: 300;
     font-size: 56px;
 }
 
@@ -17,7 +17,7 @@
     background-image: url('../images/picto_footer_mail.svg');
     background-repeat:  no-repeat;
     background-position:0px 10px;
-    font-weight: normal;
+    font-weight: 300;
     padding-left:60px;
     padding-bottom: 50px;
 }
index 8f5749f90b0a1dd824fbc6b3e2245fd7ea198e8d..32f7fe7f1bb995752b7190f84b01255f7616c66f 100644 (file)
@@ -4,11 +4,13 @@
 }\r
 \r
 .home-title h1 {\r
+    font-weight: 300;\r
     text-align: center;\r
     font-size: 56px;\r
 }\r
 \r
 .home-title h2 {\r
+    font-weight: 300;\r
     text-align: center;\r
     font-size: 32px;\r
 }\r