diff options
-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"> |