From 9484d2fd12fd2721e485d1c84588efc03eaa1b2c Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sun, 7 May 2017 15:01:21 -0700 Subject: [PATCH] Make font a time bit bolder. Raleway seem to have small issue where at small size "Normal" is thiner than "Light". --- _includes/css/base.css | 2 +- combo.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;