Update settings-page.html

Made font file available locally
This commit is contained in:
Kenneth Hendricks 2024-11-04 11:12:18 -05:00 committed by GitHub
parent 961dcfd345
commit ce7865c2b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,13 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FMHY SafeGuard - Settings</title>
<link rel="icon" type="image/x-icon" href="../res/ext_icon_144.png" />
<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:wght@100..900&display=swap"
rel="stylesheet"
/>
<style>
@font-face {
font-family: "Inter";
src: url("../res/fonts/inter.woff2") format("woff2");
}
:root {
--background: rgb(26, 26, 26);
--card-bg: rgba(255, 255, 255, 0.05);