add 'FranklinGothic' to the font-family
authorrougeronj
Mon, 09 Mar 2015 13:20:26 +0100
changeset 513 0dc6a2cbff4d
parent 512 fca12c75514c
child 514 a905bfc2800c
add 'FranklinGothic' to the font-family
src/hdalab/static/hdalab/css/common.css
--- a/src/hdalab/static/hdalab/css/common.css	Mon Mar 09 13:07:57 2015 +0100
+++ b/src/hdalab/static/hdalab/css/common.css	Mon Mar 09 13:20:26 2015 +0100
@@ -199,7 +199,8 @@
 }
 body {
   color: #28292d;
-  font-family: Arial, Helvetica, sans-serif;
+  font-family: 'FranklinGothic', Arial, Helvetica, sans-serif;
+  font-weight: 300;
 }
 /* GLOBAL
 ----------------------------------------------------------*/