From 71d9500629d82d5d73382ce1d620e8e1970a99f7 Mon Sep 17 00:00:00 2001 From: param-commits Date: Sat, 13 Sep 2025 12:32:08 +0530 Subject: [PATCH 1/2] solve lang attribute issue --- index.html | 2 +- pages/about.html | 2 +- pages/contact.html | 2 +- pages/projects.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4b6ed3f..401d2c3 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ - + diff --git a/pages/about.html b/pages/about.html index b9de0cd..12bce46 100644 --- a/pages/about.html +++ b/pages/about.html @@ -1,5 +1,5 @@ - + diff --git a/pages/contact.html b/pages/contact.html index a9d0a61..3a6ee23 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -1,5 +1,5 @@ - + diff --git a/pages/projects.html b/pages/projects.html index bbbb975..8f7ed30 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -1,5 +1,5 @@ - + From 3c804807f955ae273f85b6ad1d66ff85c5473a79 Mon Sep 17 00:00:00 2001 From: param-commits Date: Sat, 13 Sep 2025 12:52:41 +0530 Subject: [PATCH 2/2] font and typo fixed --- index.html | 4 ++-- style.css | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 401d2c3..2de09e0 100644 --- a/index.html +++ b/index.html @@ -26,10 +26,10 @@
- + -

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! diff --git a/style.css b/style.css index 68f196a..cf32a9f 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,8 @@ /* --- Global Styles & Issues --- */ +@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); body { /* Issue: Change the default font */ - font-family: serif; + font-family: Oswald; margin: 0; padding: 0; /* Issue: Change the page's background color */