summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index 2d2a6d35..34866658 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -719,6 +719,10 @@ body {
font-family: sans-serif;
}
+* {
+ font-family: -apple-system, "Helvetica Neue", sans-serif;
+}
+
/* ---- grid ---- */
.dragborder {
border: 2px dotted #3498db;