From be17f3784d1e08c480d8e32038dad6a60b65f5f4 Mon Sep 17 00:00:00 2001 From: Ankush kumar Date: Sat, 13 Sep 2025 12:57:43 +0530 Subject: [PATCH 1/2] fort issue solved --- style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 58b2b3a..4d68885 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ -/* --- Global Styles & Issues --- */ +/* --- Global Styles & Issues@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');--- */ +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; + /* Issue: Change the default font */ + font-family: 'Roboto', sans-serif; margin: 0; padding: 0; /* Issue: Change the page's background color */ From f3074c19e0ae8a83d0187f4ca95f7c33e17d5ab2 Mon Sep 17 00:00:00 2001 From: Ankush kumar Date: Sat, 13 Sep 2025 13:18:39 +0530 Subject: [PATCH 2/2] Fix-type-in-the-main-heading --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4b6ed3f..f6dee32 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@ -

Jane Doe's Portfolo

+

Jane Doe's Portfolio

Welcome to my personal space! I'm a passionate developer who loves creating things for the web. This is a multi-page project designed to help new open-source contributors practice their skills. Explore the other pages to find more issues to fix!