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 | 6 |
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 +} |