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:
parent
1a101443a7
commit
c101a31520
|
@ -32,7 +32,7 @@
|
|||
*/
|
||||
|
||||
:root {
|
||||
font-family: Helvetica;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Reference in New Issue