From ec007169a0b82ea14f92ebba77adb63898167818 Mon Sep 17 00:00:00 2001 From: lakshyaramchandani18 Date: Sat, 13 Sep 2025 12:48:23 +0530 Subject: [PATCH 1/2] font issue solved --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 58b2b3a..06767ce 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ /* --- Global Styles & Issues --- */ +@import url('https://fonts.googleapis.com/css2?family=Story+Script&display=swap'); body { /* Issue: Change the default font */ - font-family: serif; + font-family:"story script",serif; margin: 0; padding: 0; /* Issue: Change the page's background color */ From 7c02ba2b0e882bbbc05493b92f94e66002f81200 Mon Sep 17 00:00:00 2001 From: lakshyaramchandani18 Date: Sat, 13 Sep 2025 13:15:14 +0530 Subject: [PATCH 2/2] typo issue solved --- 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!