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 --- united/bootswatch.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'united/bootswatch.less') diff --git a/united/bootswatch.less b/united/bootswatch.less index fccfc977..f92d9521 100755 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -6,7 +6,7 @@ // TYPOGRAPHY // ----------------------------------------------------- -@import url(https://fonts.googleapis.com/css?family=Ubuntu); +@import url(//fonts.googleapis.com/css?family=Ubuntu); // SCAFFOLDING // ----------------------------------------------------- -- cgit v1.2.3