diff options
Diffstat (limited to 'united')
-rw-r--r-- | united/bootstrap.css | 2 | ||||
-rw-r--r-- | united/bootstrap.min.css | 2 | ||||
-rwxr-xr-x | united/bootswatch.less | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css index 1f679df2..a42e68fb 100644 --- a/united/bootstrap.css +++ b/united/bootstrap.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=Ubuntu); +@import url(//fonts.googleapis.com/css?family=Ubuntu); /*! * Bootstrap v2.2.2 * diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css index 3101b299..171c9c11 100644 --- a/united/bootstrap.min.css +++ b/united/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url(https://fonts.googleapis.com/css?family=Ubuntu); +@import url(//fonts.googleapis.com/css?family=Ubuntu); 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/united/bootswatch.less b/united/bootswatch.less index fccfc977..f92d9521 100755 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -6,7 +6,7 @@ // TYPOGRAPHY // ----------------------------------------------------- -@import url(https://fonts.googleapis.com/css?family=Ubuntu); +@import url(//fonts.googleapis.com/css?family=Ubuntu); // SCAFFOLDING // ----------------------------------------------------- |