feat: make the main font sans-serif, with monospace only for the header
This commit is contained in:
parent
bd50340256
commit
882cab943a
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue