From f053db1ae19418d8c26709a21fd37365121336ad Mon Sep 17 00:00:00 2001 From: hrishikeshsehan64 Date: Sat, 13 Sep 2025 12:47:13 +0530 Subject: [PATCH 1/3] font issue solved --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 58b2b3a..130f5bb 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ /* --- Global Styles & Issues --- */ body { /* Issue: Change the default font */ - font-family: serif; + @import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap') + font-family:"Roboto flex": serif; margin: 0; padding: 0; /* Issue: Change the page's background color */ From c208664095358fa68127bc423911388609af0359 Mon Sep 17 00:00:00 2001 From: hrishikeshsehan64 Date: Sat, 13 Sep 2025 12:50:32 +0530 Subject: [PATCH 2/3] font issue resolved --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 130f5bb..d113f63 100644 --- a/style.css +++ b/style.css @@ -1,8 +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 */ - @import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap') - font-family:"Roboto flex": serif; + font-family:'Roboto' serif; margin: 0; padding: 0; /* Issue: Change the page's background color */ @@ -97,4 +97,4 @@ form button { } /* --- Responsive Design Issues --- */ -/* Issue: Add media queries to make the site usable on mobile devices */ +/* Issue: Add media queries to make the site usable on mobile devices */ \ No newline at end of file From 9ef52e04479d58d5acedabca4ecdb1c2d1567314 Mon Sep 17 00:00:00 2001 From: hrishikeshsehan64 Date: Sat, 13 Sep 2025 13:09:31 +0530 Subject: [PATCH 3/3] typo issue sloved --- 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!