From 15e2b25a50e57f5b72d4671c26bf0588a23eb83c Mon Sep 17 00:00:00 2001 From: Pfingstfrosch Date: Sun, 31 May 2020 13:52:01 +0200 Subject: [PATCH] better font for whole body --- app/assets/stylesheets/application.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index aed84f1..b8595d5 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -25,6 +25,7 @@ body { margin: 0; + font-family: Helvetica, sans-serif; } main { @@ -42,7 +43,6 @@ nav { nav a { color: white; text-decoration: none; - font-family: Helvetica, sans-serif; font-size: 18px; transition: .3s all ease-in-out; } @@ -98,7 +98,6 @@ nav a:hover { .logo { grid-column: 2; padding: 1rem 1rem 1rem 0; - font-family: Helvetica, sans-serif; font-size: 18px; font-weight: 800; align-self: center;