diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-02 14:50:55 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-02 14:50:55 +0100 |
commit | bba201023bc3637c43e586f329a6c2b5ea746ef0 (patch) | |
tree | 9c4cf39c30ced25ff1f7c8a5a42942c8c51cdd74 /lib | |
parent | 1b79c49f63980219166438f6c2a525aa8ec88d9e (diff) |
Use a protocol-less link for font loading
Diffstat (limited to 'lib')
-rw-r--r-- | lib/views/general/_before_head_end.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/views/general/_before_head_end.html.erb b/lib/views/general/_before_head_end.html.erb index 134c5b2..19a54a0 100644 --- a/lib/views/general/_before_head_end.html.erb +++ b/lib/views/general/_before_head_end.html.erb @@ -1 +1 @@ - <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext,cyrillic,cyrillic-ext"> + <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext,cyrillic,cyrillic-ext"> |