added fonts

master
Jakob 2020-02-12 10:33:18 +01:00
parent 1c7bf2b880
commit 709fdce07f
1 changed files with 3 additions and 1 deletions

View File

@ -20,9 +20,11 @@
grid-row: 3; grid-row: 3;
} }
body { body {
font-family: sans;
font-size: 1em; font-size: 1em;
} }
p {
font-family: sans;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: times; font-family: times;
} }