From 2059ae39ee3bbb1ebdc5ef1d0cf7926e79225993 Mon Sep 17 00:00:00 2001 From: Gyan Date: Sat, 13 Sep 2025 12:55:00 +0530 Subject: [PATCH 1/2] font-issue solved --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 58b2b3a..0c595fb 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,11 @@ /* --- Global Styles & Issues --- */ + +@import url('https://fonts.googleapis.com/css2?family=Kablammo&display=swap'); + + body { /* Issue: Change the default font */ - font-family: serif; + font-family: "Kablammo",serif; margin: 0; padding: 0; /* Issue: Change the page's background color */ From 23aeef5212faaea177fe960f97229f944e7be275 Mon Sep 17 00:00:00 2001 From: Gyan Date: Sat, 13 Sep 2025 13:13:42 +0530 Subject: [PATCH 2/2] typo is corrected --- 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!