about summary refs log tree commit diff
path: root/public/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/404.html')
-rw-r--r--public/404.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/404.html b/public/404.html
index eecfd6743..fc75c78be 100644
--- a/public/404.html
+++ b/public/404.html
@@ -7,7 +7,7 @@
   <link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
   <style>
     body {
-      font-family: 'Roboto', sans-serif;
+      font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
       background: #282c37;
       color: #9baec8;
       text-align: center;
@@ -25,7 +25,7 @@
     }
 
     .dialog h1 {
-      font: 20px/28px 'Roboto', sans-serif;
+      font: 20px/28px -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
       font-weight: 400;
     }
   </style>