From f88987ea0c9b4b348c15ddda8e0ee503797fe3fa Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 30 Dec 2020 04:57:25 +0000 Subject: [PATCH] Update index.html --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;