diff --git a/index.html b/index.html
index 7b754d3..a292f5d 100644
--- a/index.html
+++ b/index.html
@@ -240,7 +240,16 @@
}
body {
- font-family: Raleway, sans-serif;
+ font-family: Raleway,
+ system-ui,
+ -apple-system,
+ 'Segoe UI',
+ Roboto,
+ Helvetica,
+ Arial,
+ sans-serif,
+ 'Apple Color Emoji',
+ 'Segoe UI Emoji';
color: var(--text-base);
text-shadow: var(--text-shadow);
letter-spacing: 0.02rem;