diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-06-02 14:37:07 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-02 14:37:07 +0100 |
commit | 1b79c49f63980219166438f6c2a525aa8ec88d9e (patch) | |
tree | 7d6217e400263b630943b1fd357bd6535eb96c30 /lib | |
parent | f23f1073ee2dd3510fad03f9c8b8324e9ef44bc7 (diff) |
Get rid of Bitter, get normal and bold and extended charsets for Roboto
Bitter doesn't handle latin-ext or cyrillic so isn't much use to us here.
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 4fc693a..134c5b2 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=Bitter|Roboto+Slab"> + <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto+Slab:400,700&subset=latin,latin-ext,cyrillic,cyrillic-ext"> |