From 3589cbd93a65190ec862d8f4c3de2677edf7d14f Mon Sep 17 00:00:00 2001 From: David Kebler Date: Tue, 28 Mar 2017 15:51:29 -0700 Subject: [PATCH] change goggle font url from http to either --- layouts/partials/head/fonts.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/layouts/partials/head/fonts.html b/layouts/partials/head/fonts.html index 05efb6c..9358733 100644 --- a/layouts/partials/head/fonts.html +++ b/layouts/partials/head/fonts.html @@ -2,32 +2,32 @@ - + {{ with .Site.Params }} {{ with .font }} - + {{ end }} {{ with .navbar.font }} - + {{ end }} {{ with .hero.font }} - + {{ end }} {{ with .hero.headline_font }} - + {{ end }} {{ with .sections.font }} - + {{ end }} {{ with .sections.font_headline }} - + {{ end }} {{ end }}