<?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
}
.agency-pictos .bloc-holder h2 {
- font-weight: normal;
+ font-weight: 300;
font-size:32px;
}
+\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
\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
#contact-title h1 {
text-align: left;
- font-weight: normal;
+ font-weight: 300;
font-size: 56px;
}
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;
}
}\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