diff options
author | Mark Carver <mark.carver@me.com> | 2013-12-09 21:59:56 -0600 |
---|---|---|
committer | Mark Carver <mark.carver@me.com> | 2013-12-09 21:59:56 -0600 |
commit | 3699847ebb71e2aa96a22320330a65a798b9ee82 (patch) | |
tree | 2565bc32766d08683b5a57e7029283752df50545 | |
parent | 34f008a0128a5049c6bf4d7a34caffcb9a94bb48 (diff) |
Protocol independent font
-rw-r--r-- | yeti/bootswatch.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yeti/bootswatch.less b/yeti/bootswatch.less index 180c567c..2c9643c5 100644 --- a/yeti/bootswatch.less +++ b/yeti/bootswatch.less @@ -2,7 +2,7 @@ // Bootswatch // ----------------------------------------------------- -@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700"); +@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700"); // Navbar ===================================================================== |