Update index.html

This commit is contained in:
Anirudh Sevugan 2025-02-02 10:01:05 +05:30 committed by GitHub
parent 86c3dc7736
commit f643536ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,11 +11,11 @@
<style>
@font-face {
font-family: "Inter";
src: url("Inter_18pt-Regular.ttf") format("truetype");
src: url("fonts/Inter_18pt-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Inter-heading";
src: url("") format("truetype");
src: url("fonts/Inter_24pt-Bold.ttf") format("truetype");
}
body {
font-family: "Inter", Arial, sans-serif;
@ -26,6 +26,10 @@ src: url("") format("truetype");
color: white;
}
h1 {
font-family: "Inter-heading", Arial, sans-serif;
}
#saveSettingsBtn:hover {
background: #0c63d9;
}