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.min.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'superhero/bootstrap.min.css') 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;} -- cgit v1.2.3