From 723fd8aa795b799bcb4ecb98d45fd9026fe1e75f Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Sun, 1 Dec 2019 08:08:33 +1300 Subject: [PATCH] Remove Calistoga font from headers --- app/assets/stylesheets/_variables.scss | 1 - app/assets/stylesheets/overrides.scss | 6 ------ app/views/layouts/_head.html.haml | 2 +- 3 files changed, 1 insertion(+), 8 deletions(-) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 54e3915ed..f4fff5645 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -16,7 +16,6 @@ $text-color: $brown; $link-color: $green; $default-font: 'Raleway', "Fira Sans", Helvetica, Arial, sans-serif; -$header-font: 'Calistoga', cursive; $primary: ( color: $green, diff --git a/app/assets/stylesheets/overrides.scss b/app/assets/stylesheets/overrides.scss index dccd008bc..9eac6aee3 100755 --- a/app/assets/stylesheets/overrides.scss +++ b/app/assets/stylesheets/overrides.scss @@ -41,12 +41,6 @@ a:hover { text-decoration: underline; } -h1, -h2, -h3 { - font-family: $header-font; -} - h1 { font-size: 250%; } diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml index 2b2662e4f..b2f577ad7 100644 --- a/app/views/layouts/_head.html.haml +++ b/app/views/layouts/_head.html.haml @@ -31,5 +31,5 @@ = stylesheet_link_tag "application", media: "all" %link{ href: "/growstuff-apple-touch-icon-precomposed.png", rel: "apple-touch-icon-precomposed" } - %link{ href: "https://fonts.googleapis.com/css?family=Modak|Raleway|Calistoga&display=swap", rel: "stylesheet" } + %link{ href: "https://fonts.googleapis.com/css?family=Modak|Raleway&display=swap", rel: "stylesheet" } = favicon_link_tag 'favicon.ico'