Make HTTPS Google Font imports protocol-relative
[bootswatch] / superhero / bootswatch.less
index a3be40b..897ebd1 100755 (executable)
@@ -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
+}