styles.alv.cx/fonts/comic-mono-font.css

14 lines
311 B
CSS
Raw Normal View History

2024-02-29 12:15:04 +00:00
@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');
}