Create font.css

Forgot the font css file
This commit is contained in:
JoanFo
2025-03-28 18:47:06 +01:00
committed by GitHub
parent 0f92632c06
commit 88deb35dc8

View File

@@ -0,0 +1,12 @@
@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');
}