diff --git a/_includes/css/base.css b/_includes/css/base.css
index a7b244b..5cacd6b 100644
--- a/_includes/css/base.css
+++ b/_includes/css/base.css
@@ -52,7 +52,7 @@
 ================================================== */
 	body {
 		background: #fff;
-		font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif;
+		font: 14px/21px "Raleway", "HelveticaNeue", Arial, sans-serif;
 		color: #444;
 		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
 		-webkit-text-size-adjust: 100%;
diff --git a/combo.css b/combo.css
index 73421fb..4602a51 100644
--- a/combo.css
+++ b/combo.css
@@ -17,6 +17,10 @@ div.vis-item.py2, p.py2 {
 
 }
 
+p {
+  font-weight: 300;
+}
+
 p.py2:first-child, p.py3:first-child{
     margin-top: 0px;
     margin-bottom: 5px;