mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-28 11:41:31 -04:00
Remove Calistoga font from headers
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -41,12 +41,6 @@ a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
font-family: $header-font;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 250%;
|
||||
}
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user