diff options
Diffstat (limited to 'superhero')
-rw-r--r-- | superhero/bootstrap.css | 4 | ||||
-rw-r--r-- | superhero/bootstrap.min.css | 4 | ||||
-rwxr-xr-x | superhero/bootswatch.less | 4 |
3 files changed, 6 insertions, 6 deletions
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, |