summaryrefslogtreecommitdiff
path: root/static/main.css
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-05-05 11:47:02 -0400
committerVineet Kumar <git@vineetk.net>2026-05-05 11:47:02 -0400
commit462bcb0aa839e4603163210fd1ec99e092e32fb0 (patch)
tree486e4e2977a8bb8611c5f7ea92bdda588427d88b /static/main.css
parentc58adc06f9b7cfbe818fb7fd3a68f5b66960a620 (diff)
vendor the fontsHEADmaster
Diffstat (limited to 'static/main.css')
-rw-r--r--static/main.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/static/main.css b/static/main.css
index ef28c74..0a40fe6 100644
--- a/static/main.css
+++ b/static/main.css
@@ -4,7 +4,7 @@
4 font-weight: normal; 4 font-weight: normal;
5 font-style: normal; 5 font-style: normal;
6 font-display: swap; 6 font-display: swap;
7 src: url('https://dtinth.github.io/comic-mono-font/ComicMono.ttf'); 7 src: url('/static/ComicMono.ttf');
8} 8}
9 9
10@font-face { 10@font-face {
@@ -12,13 +12,13 @@
12 font-weight: bold; 12 font-weight: bold;
13 font-style: normal; 13 font-style: normal;
14 font-display: swap; 14 font-display: swap;
15 src: url('https://dtinth.github.io/comic-mono-font/ComicMono-Bold.ttf'); 15 src: url('/static/ComicMono-Bold.ttf');
16} 16}
17 17
18@font-face { 18@font-face {
19 font-family: 'Comic Neue'; 19 font-family: 'Comic Neue';
20 src: local('Comic Neue Italic'), local('ComicNeue-Italic'), 20 src: local('Comic Neue Italic'), local('ComicNeue-Italic'),
21 url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-Italic.woff2') format('woff2'); 21 url('/static/ComicNeue-Italic.woff2') format('woff2');
22 font-weight: normal; 22 font-weight: normal;
23 font-style: italic; 23 font-style: italic;
24 font-display: swap; 24 font-display: swap;
@@ -27,7 +27,7 @@
27@font-face { 27@font-face {
28 font-family: 'Comic Neue'; 28 font-family: 'Comic Neue';
29 src: local('Comic Neue Bold'), local('ComicNeue-Bold'), 29 src: local('Comic Neue Bold'), local('ComicNeue-Bold'),
30 url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-Bold.woff2') format('woff2'); 30 url('/static/ComicNeue-Bold.woff2') format('woff2');
31 font-weight: bold; 31 font-weight: bold;
32 font-style: normal; 32 font-style: normal;
33 font-display: swap; 33 font-display: swap;
@@ -36,7 +36,7 @@
36@font-face { 36@font-face {
37 font-family: 'Comic Neue'; 37 font-family: 'Comic Neue';
38 src: local('Comic Neue Bold Italic'), local('ComicNeue-BoldItalic'), 38 src: local('Comic Neue Bold Italic'), local('ComicNeue-BoldItalic'),
39 url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-BoldItalic.woff2') format('woff2'); 39 url('/static/ComicNeue-BoldItalic.woff2') format('woff2');
40 font-weight: bold; 40 font-weight: bold;
41 font-style: italic; 41 font-style: italic;
42 font-display: swap; 42 font-display: swap;
@@ -45,7 +45,7 @@
45@font-face { 45@font-face {
46 font-family: 'Comic Neue'; 46 font-family: 'Comic Neue';
47 src: local('Comic Neue Regular'), local('ComicNeue-Regular'), 47 src: local('Comic Neue Regular'), local('ComicNeue-Regular'),
48 url('https://github.com/crozynski/comicneue/raw/refs/heads/master/Fonts/WebFonts/ComicNeue-Regular.woff2') format('woff2'); 48 url('/static/ComicNeue-Regular.woff2') format('woff2');
49 font-weight: normal; 49 font-weight: normal;
50 font-style: normal; 50 font-style: normal;
51 font-display: swap; 51 font-display: swap;