fonts: switch to serving fonts from the server

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-01-24 16:08:25 +05:30
parent 1950e89cbc
commit 9c986c1327
8 changed files with 28 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
<link rel="icon" type="image/png" sizes="16x16" href="/static/media/favicon-16x16.png" />
<link rel="icon" type="image/x-icon" href="/static/media/favicon.ico" />
<link href="https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css" rel="stylesheet" />
<link href="/static/fonts/iosevka.css" rel="stylesheet" />
<title>{{ title }}</title>