styles.alv.cx/fonts/comic-mono-font.css
2024-02-29 12:29:10 +00:00

13 lines
293 B
CSS

@font-face {
font-family: 'Comic Mono';
font-style: normal;
src: url('/fonts/comic-mono-font/ComicMono.ttf'), format('ttf');
}
@font-face {
font-family: 'Comic Mono';
font-style: normal;
font-weight: bold;
src: url('/fonts/comic-mono-font/ComicMono-Bold.ttf'), format('ttf');
}