From 494a0f6545e3cbd8247c04198a014459e51941a8 Mon Sep 17 00:00:00 2001 From: Gen Date: Wed, 6 Mar 2024 16:49:04 -0800 Subject: [PATCH] fix my font issue --- index.html | 8 ++++---- style.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index c4be57a..d7c316f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,10 @@ + + + + @@ -11,10 +15,6 @@ Gen's Website - - - -
diff --git a/style.css b/style.css index aa454d1..634f97b 100644 --- a/style.css +++ b/style.css @@ -123,7 +123,7 @@ body { background-color: var(--ctp-base); color: var(--ctp-text) !important; - font-family: Arial, sans-serif; + font-family: "Urbanist", Arial, sans-serif; display: flex; justify-content: center;