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 --- superhero/bootstrap.css | 4 ++-- superhero/bootstrap.min.css | 4 ++-- superhero/bootswatch.less | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'superhero') 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 +} -- cgit v1.2.3