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'