summaryrefslogtreecommitdiff
path: root/cyborg/bootswatch.less
diff options
context:
space:
mode:
authorRobert Estelle <robert@btbapp.com>2013-01-01 01:23:20 -0800
committerRobert Estelle <robert@btbapp.com>2013-01-01 01:23:20 -0800
commit02133bf7b428f0d1544fe09c8b41476b318cc8f3 (patch)
treecf28bc562dda24813aecf543ea88d857b1081bfe /cyborg/bootswatch.less
parentfff020f3305be867137ff30fac3e9d0fdf484dce (diff)
Make HTTPS Google Font imports protocol-relative
Diffstat (limited to 'cyborg/bootswatch.less')
-rwxr-xr-xcyborg/bootswatch.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/cyborg/bootswatch.less b/cyborg/bootswatch.less
index faa8a15f..b488c30e 100755
--- a/cyborg/bootswatch.less
+++ b/cyborg/bootswatch.less
@@ -6,7 +6,7 @@
// TYPOGRAPHY
// -----------------------------------------------------
-@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
+@import url('//fonts.googleapis.com/css?family=Droid+Sans:400,700');
label, input, button, select, textarea,
.navbar .search-query:-moz-placeholder,