Make HTTPS Google Font imports protocol-relative
[bootswatch] / journal / bootswatch.less
index 39ca9a2..0f6a01b 100755 (executable)
@@ -6,7 +6,7 @@
 // TYPOGRAPHY
 // -----------------------------------------------------
 
-@import url('https://fonts.googleapis.com/css?family=News+Cycle:400,700');
+@import url('//fonts.googleapis.com/css?family=News+Cycle:400,700');
 
 h1, h2, h3, h4, h5, h6 {
 
@@ -327,4 +327,4 @@ legend {
        .nav > li.dropdown.open.active > a:hover {
                border-color: #e5e5e5;
        }
-}
\ No newline at end of file
+}