summaryrefslogtreecommitdiff
path: root/superhero
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 /superhero
parentfff020f3305be867137ff30fac3e9d0fdf484dce (diff)
Make HTTPS Google Font imports protocol-relative
Diffstat (limited to 'superhero')
-rw-r--r--superhero/bootstrap.css4
-rw-r--r--superhero/bootstrap.min.css4
-rwxr-xr-xsuperhero/bootswatch.less6
3 files changed, 7 insertions, 7 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css
index 7c6df4c8..63d83c05 100644
--- a/superhero/bootstrap.css
+++ b/superhero/bootstrap.css
@@ -1,6 +1,6 @@
-@import url(https://fonts.googleapis.com/css?family=Oswald);
+@import url(//fonts.googleapis.com/css?family=Oswald);
-@import url(https://fonts.googleapis.com/css?family=Noticia+Text);
+@import url(//fonts.googleapis.com/css?family=Noticia+Text);
/*!
* Bootstrap v2.2.2
*
diff --git a/superhero/bootstrap.min.css b/superhero/bootstrap.min.css
index 0db7272d..e7d51f9f 100644
--- a/superhero/bootstrap.min.css
+++ b/superhero/bootstrap.min.css
@@ -1,5 +1,5 @@
-@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);
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
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
+}