From 45a83c42efc89c01b5732a8de73ca9c61609730e Mon Sep 17 00:00:00 2001 From: RobloxEnderman Date: Sat, 13 Apr 2024 19:21:09 -0700 Subject: [PATCH] Update styles.css with new font import --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 1a743b5..04c3d7a 100644 --- a/styles.css +++ b/styles.css @@ -1,3 +1,4 @@ +@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); body { font-family: Ubuntu, sans-serif; margin: 0;