better font for whole body

This commit is contained in:
Pfingstfrosch 2020-05-31 13:52:01 +02:00
parent 32ec7c49ff
commit 15e2b25a50

View File

@ -25,6 +25,7 @@
body { body {
margin: 0; margin: 0;
font-family: Helvetica, sans-serif;
} }
main { main {
@ -42,7 +43,6 @@ nav {
nav a { nav a {
color: white; color: white;
text-decoration: none; text-decoration: none;
font-family: Helvetica, sans-serif;
font-size: 18px; font-size: 18px;
transition: .3s all ease-in-out; transition: .3s all ease-in-out;
} }
@ -98,7 +98,6 @@ nav a:hover {
.logo { .logo {
grid-column: 2; grid-column: 2;
padding: 1rem 1rem 1rem 0; padding: 1rem 1rem 1rem 0;
font-family: Helvetica, sans-serif;
font-size: 18px; font-size: 18px;
font-weight: 800; font-weight: 800;
align-self: center; align-self: center;