changed: helvetica font by default to avoid italics issue on Windows

This commit is contained in:
quenousimporte 2023-11-28 15:25:56 +01:00
parent 0aab00f9c4
commit 0f1d2f0f04
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body {
margin-left: 7%;
margin-right: 7%;
background: white;
font-family: system-ui;
font-family: helvetica, system-ui;
caret-color: var(--accent);
color: var(--black);
}