summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-09-23 13:59:39 +0200
committerPierre Ossman <ossman@cendio.se>2022-09-23 13:59:39 +0200
commitc101a31520aba083a85edcb2f3269a826471007a (patch)
treebc83518597bba896734543500437bdbedffa0504
parent1a101443a75df64bf7e87ee3ab6a06c459a3df94 (diff)
downloadnovnc-c101a31520aba083a85edcb2f3269a826471007a.tar.gz
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.
-rw-r--r--app/styles/base.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/styles/base.css b/app/styles/base.css
index c9fde7a..0dc31f6 100644
--- a/app/styles/base.css
+++ b/app/styles/base.css
@@ -32,7 +32,7 @@
*/
:root {
- font-family: Helvetica;
+ font-family: sans-serif;
}
body {