From 89e8cdad91c686c0936556af8f574aae021d5ce7 Mon Sep 17 00:00:00 2001 From: Wesley Kamau Date: Thu, 4 Jan 2024 00:58:40 -0500 Subject: [PATCH] FONTS --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b8e0f67..5bb1ae9 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ } h1, h2 { - font-family: fantasy; + font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: black; text-align: center;; }