From c9549c29b0515deb773d9a73fa0ae545c6c07172 Mon Sep 17 00:00:00 2001 From: zek <105883248+zek-c@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:24:14 -0700 Subject: [PATCH] Update style.css --- CSS/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CSS/style.css b/CSS/style.css index aeefc80..2053db2 100644 --- a/CSS/style.css +++ b/CSS/style.css @@ -1,5 +1,7 @@ a { -font-family: roboto monospace; +font-family: -apple-system, BlinkMacSystemFont, + 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, + 'Open Sans', 'Helvetica Neue', sans-serif; font-size: 35px; font-weight: 200; text-decoration: none; @@ -33,4 +35,4 @@ body { z-index: -1; position: absolute; -} \ No newline at end of file +}