Update index.html

Made font file available locally
This commit is contained in:
Kenneth Hendricks 2024-11-04 11:13:21 -05:00 committed by GitHub
parent 5348f0d650
commit 1bb5652952
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,14 +4,12 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FMHY SafeGuard</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap"
rel="stylesheet"
/>
<style>
@font-face {
font-family: "Inter";
src: url("../res/fonts/inter.woff2") format("woff2");
}
:root {
--background-color: rgb(26, 26, 26);
--text-color: #848a94;