From 1b7e7a5eb4e309561fc7f15268bb81c2124f09f1 Mon Sep 17 00:00:00 2001 From: Sumit Date: Sat, 13 Sep 2025 12:49:04 +0530 Subject: [PATCH 1/2] font issue solved --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 58b2b3a..af4a0d6 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,5 @@ /* --- 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; From 4615804903b6e3c7dd7d4af9e9521fdbff61ebae Mon Sep 17 00:00:00 2001 From: Sumit Date: Sat, 13 Sep 2025 12:52:21 +0530 Subject: [PATCH 2/2] font issue solved --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index af4a0d6..3704c96 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,7 @@ @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", sans-serif; margin: 0; padding: 0; /* Issue: Change the page's background color */