commit 462bcb0aa839e4603163210fd1ec99e092e32fb0
parent c58adc06f9b7cfbe818fb7fd3a68f5b66960a620
Author: Vineet Kumar <git@vineetk.net>
Date: Tue, 5 May 2026 11:47:02 -0400
vendor the fonts
Diffstat:
7 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/static/ComicMono-Bold.ttf b/static/ComicMono-Bold.ttf
Binary files differ.
diff --git a/static/ComicMono.ttf b/static/ComicMono.ttf
Binary files differ.
diff --git a/static/ComicNeue-Bold.woff2 b/static/ComicNeue-Bold.woff2
Binary files differ.
diff --git a/static/ComicNeue-BoldItalic.woff2 b/static/ComicNeue-BoldItalic.woff2
Binary files differ.
diff --git a/static/ComicNeue-Italic.woff2 b/static/ComicNeue-Italic.woff2
Binary files differ.
diff --git a/static/ComicNeue-Regular.woff2 b/static/ComicNeue-Regular.woff2
Binary files differ.
diff --git a/static/main.css b/static/main.css
@@ -4,7 +4,7 @@
font-weight: normal;
font-style: normal;
font-display: swap;
- src: url('https://dtinth.github.io/comic-mono-font/ComicMono.ttf');
+ src: url('/static/ComicMono.ttf');
}
@font-face {
@@ -12,13 +12,13 @@
font-weight: bold;
font-style: normal;
font-display: swap;
- src: url('https://dtinth.github.io/comic-mono-font/ComicMono-Bold.ttf');
+ src: url('/static/ComicMono-Bold.ttf');
}
@font-face {
font-family: 'Comic Neue';
src: local('Comic Neue Italic'), local('ComicNeue-Italic'),
- url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-Italic.woff2') format('woff2');
+ url('/static/ComicNeue-Italic.woff2') format('woff2');
font-weight: normal;
font-style: italic;
font-display: swap;
@@ -27,7 +27,7 @@
@font-face {
font-family: 'Comic Neue';
src: local('Comic Neue Bold'), local('ComicNeue-Bold'),
- url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-Bold.woff2') format('woff2');
+ url('/static/ComicNeue-Bold.woff2') format('woff2');
font-weight: bold;
font-style: normal;
font-display: swap;
@@ -36,7 +36,7 @@
@font-face {
font-family: 'Comic Neue';
src: local('Comic Neue Bold Italic'), local('ComicNeue-BoldItalic'),
- url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-BoldItalic.woff2') format('woff2');
+ url('/static/ComicNeue-BoldItalic.woff2') format('woff2');
font-weight: bold;
font-style: italic;
font-display: swap;
@@ -45,7 +45,7 @@
@font-face {
font-family: 'Comic Neue';
src: local('Comic Neue Regular'), local('ComicNeue-Regular'),
- url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-Regular.woff2') format('woff2');
+ url('/static/ComicNeue-Regular.woff2') format('woff2');
font-weight: normal;
font-style: normal;
font-display: swap;