diff options
author | Thomas Park <thomas@thomaspark.me> | 2012-03-16 00:50:58 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2012-03-16 00:50:58 -0400 |
commit | ccd7f0cad744bc20b0b1f199ec6bde22ddb433e4 (patch) | |
tree | b3cd7546e8701763616e830dda0e49ea6e21ca24 /amelia | |
parent | a29761ed0762b4d0dd2ba00150416731c6df2240 (diff) |
web font import now over ssl
performance should be ok with google property.
Diffstat (limited to 'amelia')
-rw-r--r-- | amelia/bootstrap.css | 4 | ||||
-rw-r--r-- | amelia/bootstrap.min.css | 4 | ||||
-rwxr-xr-x | amelia/bootswatch.less | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/amelia/bootstrap.css b/amelia/bootstrap.css index 1ccf034c..5b973e4a 100644 --- a/amelia/bootstrap.css +++ b/amelia/bootstrap.css @@ -1,6 +1,6 @@ -@import url('http://fonts.googleapis.com/css?family=Lobster'); +@import url('https://fonts.googleapis.com/css?family=Lobster'); -@import url('http://fonts.googleapis.com/css?family=Cabin:400,700'); +@import url('https://fonts.googleapis.com/css?family=Cabin:400,700'); /*! * Bootstrap v2.0.2 * diff --git a/amelia/bootstrap.min.css b/amelia/bootstrap.min.css index dc96527e..238354f3 100644 --- a/amelia/bootstrap.min.css +++ b/amelia/bootstrap.min.css @@ -1,5 +1,5 @@ -@import url('http://fonts.googleapis.com/css?family=Lobster'); -@import url('http://fonts.googleapis.com/css?family=Cabin:400,700'); +@import url('https://fonts.googleapis.com/css?family=Lobster'); +@import url('https://fonts.googleapis.com/css?family=Cabin: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/amelia/bootswatch.less b/amelia/bootswatch.less index 1554bf39..572603fb 100755 --- a/amelia/bootswatch.less +++ b/amelia/bootswatch.less @@ -6,8 +6,8 @@ // TYPOGRAPHY // ----------------------------------------------------- -@import url('http://fonts.googleapis.com/css?family=Lobster'); -@import url('http://fonts.googleapis.com/css?family=Cabin:400,700'); +@import url('https://fonts.googleapis.com/css?family=Lobster'); +@import url('https://fonts.googleapis.com/css?family=Cabin:400,700'); .navbar .brand, legend { font-family: @headingsFontFamily; |