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

14 lines
311 B
CSS

@font-face {
font-family: 'Comic Mono';
font-style: normal;
font-weight: 400;
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');
}