Self-host Inter fonts

This commit is contained in:
Ian Gulliver
2026-08-15 20:42:53 -07:00
parent 09888701b3
commit 92628c4830
5 changed files with 17 additions and 4 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
<meta name="theme-color" content="#F6F6F6">
<title>Helios Who?</title>
<link rel="icon" href="/static/brand/icon-192.png">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap">
<link rel="stylesheet" href="/static/fonts/fonts.css">
<link rel="stylesheet" href="/static/directory/style.css">
</head>
<body>
+1 -2
View File
@@ -6,8 +6,7 @@
<meta name="theme-color" content="#014E54">
<title>Helios Who?</title>
<link rel="icon" href="/static/brand/icon-192.png">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
<link rel="stylesheet" href="/static/fonts/fonts.css">
<style>
body {
margin: 0;
Binary file not shown.
Binary file not shown.
+15
View File
@@ -0,0 +1,15 @@
@font-face {
font-family: Inter;
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('/static/fonts/InterVariable.woff2') format('woff2');
}
@font-face {
font-family: Inter;
font-style: italic;
font-weight: 100 900;
font-display: swap;
src: url('/static/fonts/InterVariable-Italic.woff2') format('woff2');
}