From febc02e8acfc11aa44fc9fa45a215766ab7c51e1 Mon Sep 17 00:00:00 2001 From: Chase Sillevis Date: Thu, 4 Dec 2014 17:03:53 +0100 Subject: [PATCH 1/3] Implementing #104 --- docs/src/www/index.html | 14 ++++++++++++++ src/less/variables/custom-variables.less | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/src/www/index.html b/docs/src/www/index.html index 02ffb7a4f1be87..7693044a57f365 100644 --- a/docs/src/www/index.html +++ b/docs/src/www/index.html @@ -11,6 +11,20 @@ + diff --git a/src/less/variables/custom-variables.less b/src/less/variables/custom-variables.less index 43498bed188907..d3b6cc003cf493 100644 --- a/src/less/variables/custom-variables.less +++ b/src/less/variables/custom-variables.less @@ -2,7 +2,6 @@ // This is place to put any variable overrides as well. //Typography -@import url('http://fonts.googleapis.com/css?family=Roboto:300,400,500'); @headingFontFamily: 'Roboto', sans-serif; @contentFontFamily: 'Roboto', sans-serif; From a754beb50fdfa58a25dc5c7d147b3b1cad09d171 Mon Sep 17 00:00:00 2001 From: Chase Sillevis Date: Sun, 14 Dec 2014 14:56:03 +0100 Subject: [PATCH 2/3] Change based on suggestion from @hai-cea --- docs/src/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/www/index.html b/docs/src/www/index.html index 7693044a57f365..0e5551b51c4ba5 100644 --- a/docs/src/www/index.html +++ b/docs/src/www/index.html @@ -13,7 +13,7 @@