diff options
author | Mark Carver <mark.carver@me.com> | 2013-12-10 12:31:43 -0600 |
---|---|---|
committer | Mark Carver <mark.carver@me.com> | 2013-12-10 12:31:43 -0600 |
commit | da6f6e6e045f7e45ae0644368f9e87ef9f225ae9 (patch) | |
tree | cd85960dbb369b490d1633e5ba2b296cdd2c622b /yeti | |
parent | 3699847ebb71e2aa96a22320330a65a798b9ee82 (diff) |
Protocol independent font
Diffstat (limited to 'yeti')
-rw-r--r-- | yeti/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yeti/bootstrap.css b/yeti/bootstrap.css index a0a70b63..96176209 100644 --- a/yeti/bootstrap.css +++ b/yeti/bootstrap.css @@ -1,4 +1,4 @@ -@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"); /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ @@ -7920,4 +7920,4 @@ label, .affix { position: fixed; -}
\ No newline at end of file +} |