Remove Calistoga font from headers

This commit is contained in:
Brenda Wallace
2019-12-01 08:08:33 +13:00
parent dc540bbd74
commit 723fd8aa79
3 changed files with 1 additions and 8 deletions

View File

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

View File

@@ -41,12 +41,6 @@ a:hover {
text-decoration: underline;
}
h1,
h2,
h3 {
font-family: $header-font;
}
h1 {
font-size: 250%;
}

View File

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