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 | |
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.
-rw-r--r-- | assets/stylesheets/responsive/custom.scss | 3 | ||||
-rw-r--r-- | lib/views/general/_before_head_end.html.erb | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss index 8dda7ce..fa7fda6 100644 --- a/assets/stylesheets/responsive/custom.scss +++ b/assets/stylesheets/responsive/custom.scss @@ -9,7 +9,6 @@ $button-color: #fff; $heading-color: #3d3b38; $font-family: "Roboto Slab", Georgia, serif; $sans-serif-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -$heading-font-family: "Bitter", Georgia, serif; $main_menu-bg: #2c5d74; $main_menu-search_text: #333; @@ -108,7 +107,7 @@ a{ h1, h2, h3, h4, h5, h6 { color: $heading-color; - font-family: $heading-font-family; + font-family: $font-family; } /* Let h1s be a little smaller on small screens */ 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"> |