From 8045c2ea7f155e750943a709f69d69760b631c60 Mon Sep 17 00:00:00 2001
From: khawkins98 <khawkins98@gmail.com>
Date: Mon, 6 Nov 2017 11:46:06 +0000
Subject: [PATCH] Make fira look more like exisitng helvetica

---
 css/ebi-css-build/ebi-global.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/css/ebi-css-build/ebi-global.scss b/css/ebi-css-build/ebi-global.scss
index 8eb43d19..d8100d26 100644
--- a/css/ebi-css-build/ebi-global.scss
+++ b/css/ebi-css-build/ebi-global.scss
@@ -13,7 +13,7 @@
 @import 'https://code.cdn.mozilla.net/fonts/fira.css';
 
 @mixin ebi-base-styles {
-  body h1, body h2, body h3, body h4, body h5 { font-weight: 600; }
+  body h1, body h2, body h3, body h4, body h5 { font-weight: 300; letter-spacing: -.5px}
 
   li { word-wrap: break-word; }
 
-- 
GitLab