Update index.html

Updated Font
This commit is contained in:
Kenneth Hendricks 2024-10-16 21:34:59 -04:00 committed by GitHub
parent e880729c90
commit 84dae465ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,13 +4,17 @@
<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>
body {
text-align: center;
padding-bottom: 10px;
color: #848a94;
background-color: rgb(26, 26, 26);
font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-family: "Inter", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
a {