From ccd7f0cad744bc20b0b1f199ec6bde22ddb433e4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Mar 2012 00:50:58 -0400 Subject: web font import now over ssl performance should be ok with google property. --- superhero/bootstrap.css | 4 ++-- superhero/bootstrap.min.css | 4 ++-- superhero/bootswatch.less | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'superhero') diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css index 124d8aa8..1667629f 100644 --- a/superhero/bootstrap.css +++ b/superhero/bootstrap.css @@ -1,6 +1,6 @@ -@import url(http://fonts.googleapis.com/css?family=Oswald); +@import url(https://fonts.googleapis.com/css?family=Oswald); -@import url(http://fonts.googleapis.com/css?family=Noticia+Text); +@import url(https://fonts.googleapis.com/css?family=Noticia+Text); /*! * Bootstrap v2.0.2 * diff --git a/superhero/bootstrap.min.css b/superhero/bootstrap.min.css index 8bb23e7a..cb052423 100644 --- a/superhero/bootstrap.min.css +++ b/superhero/bootstrap.min.css @@ -1,5 +1,5 @@ -@import url(http://fonts.googleapis.com/css?family=Oswald); -@import url(http://fonts.googleapis.com/css?family=Noticia+Text); +@import url(https://fonts.googleapis.com/css?family=Oswald); +@import url(https://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 39f3ee0a..bd84c0c6 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -6,8 +6,8 @@ // TYPOGRAPHY // -------------------------------------------------- -@import url(http://fonts.googleapis.com/css?family=Oswald); -@import url(http://fonts.googleapis.com/css?family=Noticia+Text); +@import url(https://fonts.googleapis.com/css?family=Oswald); +@import url(https://fonts.googleapis.com/css?family=Noticia+Text); h1, h2, h3, h4, h5, h6, legend, .navbar .brand, .navbar .nav > li > a, -- cgit v1.2.3