Update styles.css

This commit is contained in:
Anirudh Sevugan 2025-04-09 09:43:38 -05:00 committed by GitHub
parent 4d455e752d
commit 2687633662
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,11 @@
}
h1 {
font-family: "Inter-header", Arial, sans-serif;
font-family: "Inter-header", Arial, sans-serif !important;
}
* {
font-family: "Inter", Arial, sans-serif;
}
body {
@ -187,4 +191,4 @@ h1 {
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
z-index: 10000;
text-align: center;
}
}