From 49b4a72d527fa7626e8e738c18f14b5ff76e4dfa Mon Sep 17 00:00:00 2001 From: Arjun Sudan <121638042+arjunsudan@users.noreply.github.com> Date: Sun, 20 Oct 2024 21:15:56 +0000 Subject: [PATCH] improved fond and styling --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index c258eed..0164c98 100644 --- a/index.html +++ b/index.html @@ -52,6 +52,18 @@ @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Nunito&family=Source+Sans+Pro&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap'); + .new-nav { + font-family: 'Poppins', sans-serif; /* Use a more compatible font */ + font-size: 16px; /* Adjust font size as needed */ + } + .new-nav .nav-item a { + color: #333; /* Set a compatible color */ + text-decoration: none; /* Remove underline */ + padding: 10px 15px; /* Add padding for better spacing */ + } + .new-nav .nav-item a:hover { + color: #007bff; /* Change color on hover */ + }