diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2a9e6d3cd3..d55d2d049e 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -18,7 +18,7 @@ body { display: flex; min-height: 100vh; flex-direction: column; - font-family: 'Quicksand', sans-serif; + font-family: Verdana, sans-serif; background-image: url("/red.jpeg"); background-position: center; background-repeat: no-repeat; @@ -96,7 +96,7 @@ footer { box-shadow: -1px 0px 4px 0px black;} .title { - font-family: 'Handlee', cursive; + font-family: Verdana, sans-serif; } form { @@ -165,7 +165,7 @@ a:hover { width: 323px; } -/* .footer { +/* .footer { bottom : 2px; height : 40px; margin-top : 40px; diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 34c58a114a..ed67a709f1 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -4,8 +4,6 @@