summaryrefslogtreecommitdiff
path: root/amelia/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-03-16 00:50:58 -0400
committerThomas Park <thomas@thomaspark.me>2012-03-16 00:50:58 -0400
commitccd7f0cad744bc20b0b1f199ec6bde22ddb433e4 (patch)
treeb3cd7546e8701763616e830dda0e49ea6e21ca24 /amelia/bootswatch.less
parenta29761ed0762b4d0dd2ba00150416731c6df2240 (diff)
web font import now over ssl
performance should be ok with google property.
Diffstat (limited to 'amelia/bootswatch.less')
-rwxr-xr-xamelia/bootswatch.less4
1 files changed, 2 insertions, 2 deletions
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;