style: Made the font sans-serif by default
This commit is contained in:
parent
9f2b644419
commit
1fd1f80697
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ body {
|
|||
|
||||
background-color: var(--background-color);
|
||||
color: var(--foreground-color);
|
||||
|
||||
font-family: sans-serif, sans;
|
||||
}
|
||||
|
||||
header {
|
||||
|
|
Loading…
Reference in a new issue