feat: make the main font sans-serif, with monospace only for the header

This commit is contained in:
ptrcnull 2023-04-03 20:22:10 +02:00
parent bd50340256
commit 882cab943a
Signed by: ptrcnull
GPG key ID: 411F7B30801DD9CA

View file

@ -30,11 +30,15 @@ body {
max-width: 800px;
margin: 40px auto;
padding: 0 10px;
font: 14px/1.5 monospace;
font: 14px/1.5 sans-serif;
background-color: var(--main-bg-color);
color: var(--main-fg-color);
}
header {
font-family: monospace;
}
h1,
h2,
h3 {