From 0041a38d3930041df26a3da639d1f0ba1db9fe2c Mon Sep 17 00:00:00 2001 From: soumya-2007 Date: Sat, 13 Sep 2025 12:46:48 +0530 Subject: [PATCH] font issue solved --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 58b2b3a..4496f6b 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ /* --- Global Styles & Issues --- */ +@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); body { /* Issue: Change the default font */ - font-family: serif; + font-family: Roboto; margin: 0; padding: 0; /* Issue: Change the page's background color */