diff --git a/index.html b/index.html
index e3dcdb6..6d0f17b 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,9 @@
html, body {
background-color: #00111d;
color: #ffffff;
- font-family: "Helvetica", "Suisse Int'l", sans-serif;
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
+ Roboto, Oxygen-Sans, Ubuntu, Cantarell,
+ "Helvetica Neue", sans-serif;
display: flex;
flex-direction: column;
align-items: center;