From ccd7f0cad744bc20b0b1f199ec6bde22ddb433e4 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Fri, 16 Mar 2012 00:50:58 -0400 Subject: web font import now over ssl performance should be ok with google property. --- united/bootstrap.css | 2 +- united/bootstrap.min.css | 2 +- united/bootswatch.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'united') diff --git a/united/bootstrap.css b/united/bootstrap.css index 5561d9e8..7d1a0f61 100644 --- a/united/bootstrap.css +++ b/united/bootstrap.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Ubuntu); +@import url(https://fonts.googleapis.com/css?family=Ubuntu); /*! * Bootstrap v2.0.2 * diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css index 0668fc58..c5f47b8b 100644 --- a/united/bootstrap.min.css +++ b/united/bootstrap.min.css @@ -1,4 +1,4 @@ -@import url(http://fonts.googleapis.com/css?family=Ubuntu); +@import url(https://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 10344a60..a2d6b7c1 100755 --- a/united/bootswatch.less +++ b/united/bootswatch.less @@ -6,7 +6,7 @@ // TYPOGRAPHY // ----------------------------------------------------- -@import url(http://fonts.googleapis.com/css?family=Ubuntu); +@import url(https://fonts.googleapis.com/css?family=Ubuntu); // NAVBAR // ----------------------------------------------------- -- cgit v1.2.3