From 02133bf7b428f0d1544fe09c8b41476b318cc8f3 Mon Sep 17 00:00:00 2001 From: Robert Estelle Date: Tue, 1 Jan 2013 01:23:20 -0800 Subject: Make HTTPS Google Font imports protocol-relative --- superhero/bootswatch.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'superhero/bootswatch.less') diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index a3be40b3..897ebd1e 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -6,8 +6,8 @@ // TYPOGRAPHY // -------------------------------------------------- -@import url(https://fonts.googleapis.com/css?family=Oswald); -@import url(https://fonts.googleapis.com/css?family=Noticia+Text); +@import url(//fonts.googleapis.com/css?family=Oswald); +@import url(//fonts.googleapis.com/css?family=Noticia+Text); h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h6 { font-family: @headingsFontFamily; @@ -664,4 +664,4 @@ label { } } } -} \ No newline at end of file +} -- cgit v1.2.3