From c8c0ebc1d278c92a94234e601940472f3d49603b Mon Sep 17 00:00:00 2001
From: khawkins98 <khawkins98@gmail.com>
Date: Wed, 14 Feb 2018 09:19:37 +0000
Subject: [PATCH] Use full path to fonts.css

---
 templates/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/index.html b/templates/index.html
index f2f4740..1ecc73e 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -34,7 +34,7 @@
   <!-- CSS concatenated and minified via ant build script-->
   <link rel="stylesheet" href="https://ebi.emblstatic.net/web_guidelines//EBI-Framework/v1.1/libraries/foundation-6/css/foundation.css" type="text/css" media="all">
   <link rel="stylesheet" href="https://ebi.emblstatic.net/web_guidelines//EBI-Framework/v1.1/css/ebi-global.css" type="text/css" media="all">
-  <link rel="stylesheet" href="fonts.css" type="text/css" media="all">
+  <link rel="stylesheet" href="https://ebi.emblstatic.net/web_guidelines/EBI-Icon-fonts/v1.2/fonts.css" type="text/css" media="all">
 
   <!-- If you have a custom header image or colour -->
   <!--
-- 
GitLab