Don't use explicitly Helvetica

On many systems you get a poor substitute, so let's instead instruct the
browser that we merely want a sans serif font for our interface.
This commit is contained in:
Pierre Ossman 2022-09-23 13:59:39 +02:00
parent 1a101443a7
commit c101a31520
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
*/ */
:root { :root {
font-family: Helvetica; font-family: sans-serif;
} }
body { body {