Self-host Inter fonts
This commit is contained in:
@@ -6,8 +6,7 @@
|
|||||||
<meta name="theme-color" content="#F6F6F6">
|
<meta name="theme-color" content="#F6F6F6">
|
||||||
<title>Helios Who?</title>
|
<title>Helios Who?</title>
|
||||||
<link rel="icon" href="/static/brand/icon-192.png">
|
<link rel="icon" href="/static/brand/icon-192.png">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="stylesheet" href="/static/fonts/fonts.css">
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap">
|
|
||||||
<link rel="stylesheet" href="/static/directory/style.css">
|
<link rel="stylesheet" href="/static/directory/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
+1
-2
@@ -6,8 +6,7 @@
|
|||||||
<meta name="theme-color" content="#014E54">
|
<meta name="theme-color" content="#014E54">
|
||||||
<title>Helios Who?</title>
|
<title>Helios Who?</title>
|
||||||
<link rel="icon" href="/static/brand/icon-192.png">
|
<link rel="icon" href="/static/brand/icon-192.png">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="stylesheet" href="/static/fonts/fonts.css">
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap">
|
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -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');
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user