summaryrefslogtreecommitdiff
path: root/superhero/bootstrap.css
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 /superhero/bootstrap.css
parenta29761ed0762b4d0dd2ba00150416731c6df2240 (diff)
web font import now over ssl
performance should be ok with google property.
Diffstat (limited to 'superhero/bootstrap.css')
-rw-r--r--superhero/bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/superhero/bootstrap.css b/superhero/bootstrap.css
index 124d8aa8..1667629f 100644
--- a/superhero/bootstrap.css
+++ b/superhero/bootstrap.css
@@ -1,6 +1,6 @@
-@import url(http://fonts.googleapis.com/css?family=Oswald);
+@import url(https://fonts.googleapis.com/css?family=Oswald);
-@import url(http://fonts.googleapis.com/css?family=Noticia+Text);
+@import url(https://fonts.googleapis.com/css?family=Noticia+Text);
/*!
* Bootstrap v2.0.2
*