diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index f4fff5645..54e3915ed 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -16,6 +16,7 @@ $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 9a165a19f..ae72e7de7 100755 --- a/app/assets/stylesheets/overrides.scss +++ b/app/assets/stylesheets/overrides.scss @@ -43,6 +43,12 @@ a:hover { text-decoration: underline; } +h1, +h2, +h3 { + font-family: $header-font; +} + h1 { font-size: 250%; } @@ -71,11 +77,11 @@ h3 { section { margin: .5em 0 0; padding: 0 0 1em; - h2 { background-color: $green; box-shadow: 1px 1px 1px 1px darken($beige, 20%); color: $white; + font-weight: normal; padding: .2em; a {