11 lines
206 B
CSS
Raw Normal View History

2022-11-04 16:30:10 +01:00
@font-face {
font-family: "Comic Mono";
src: url('ComicMono.ttf') format('truetype');
}
@font-face {
font-family: "Comic Mono";
2024-12-29 23:11:34 +01:00
font-weight: bold;
2022-11-04 16:30:10 +01:00
src: url('ComicMono-Bold.ttf') format('truetype');
}