JoanFo 88deb35dc8
Create font.css
Forgot the font css file
2025-03-28 18:47:06 +01:00

13 lines
227 B
CSS

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