From dd1de3cf66fd30ca54c3b76df71cd6ecb4da6e8f Mon Sep 17 00:00:00 2001 From: Krishna Verma Date: Sat, 13 Sep 2025 13:10:52 +0530 Subject: [PATCH] Some issues fixed --- index.html | 9 +++++---- style.css | 4 +++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 4b6ed3f..b0ae2c3 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,12 @@ - + - My Page + Jane Doe's Open Source Portfolio + @@ -26,10 +27,10 @@
- + Profile Photo -

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..4615ef3 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,9 @@ /* --- Global Styles & Issues --- */ +@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap'); + body { /* Issue: Change the default font */ - font-family: serif; + font-family: "Viga", serif; margin: 0; padding: 0; /* Issue: Change the page's background color */