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. --- cyborg/bootstrap.css | 2 +- cyborg/bootstrap.min.css | 2 +- cyborg/bootswatch.less | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cyborg') 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; -- cgit v1.2.3