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:
@@ -32,7 +32,7 @@
|
||||
*/
|
||||
|
||||
:root {
|
||||
font-family: Helvetica;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
|
||||
Reference in New Issue
Block a user