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 {
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;