Set all headers to Calistoga font

This commit is contained in:
Brenda Wallace
2019-11-30 19:54:19 +13:00
parent c514a57f47
commit 285cd6b4f5
2 changed files with 8 additions and 1 deletions

View File

@@ -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,

View File

@@ -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 {