Update index.html

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

View File

@ -11,7 +11,11 @@
<style>
@font-face {
font-family: "Inter";
src: url("fonts/inter.ttf") format("truetype");
src: url("Inter_18pt-Regular.ttf") format("truetype");
}
@font-face {
font-family: "Inter-heading";
src: url("") format("truetype");
}
body {
font-family: "Inter", Arial, sans-serif;