diff options
Diffstat (limited to 'cyborg')
-rw-r--r-- | cyborg/bootstrap.css | 2 | ||||
-rw-r--r-- | cyborg/bootstrap.min.css | 2 | ||||
-rwxr-xr-x | cyborg/bootswatch.less | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cyborg/bootstrap.css b/cyborg/bootstrap.css index 9c467933..81d9dae5 100644 --- a/cyborg/bootstrap.css +++ b/cyborg/bootstrap.css @@ -1,4 +1,4 @@ -@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700'); +@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700'); /*! * Bootstrap v2.0.2 * diff --git a/cyborg/bootstrap.min.css b/cyborg/bootstrap.min.css index e1b59233..dc44443a 100644 --- a/cyborg/bootstrap.min.css +++ b/cyborg/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700'); +@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700'); 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/cyborg/bootswatch.less b/cyborg/bootswatch.less index 5d0aa9aa..c96101ef 100755 --- a/cyborg/bootswatch.less +++ b/cyborg/bootswatch.less @@ -6,7 +6,7 @@ // TYPOGRAPHY // ----------------------------------------------------- -@import url('http://fonts.googleapis.com/css?family=Droid+Sans:400,700'); +@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700'); .navbar { font-size: 16px; |