Update console.css

Added content from ./font.css
This commit is contained in:
JoanFo 2025-03-28 21:53:29 +01:00 committed by GitHub
parent dd20cb0f11
commit 5c5c9654b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
#terminal {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
@ -47,3 +48,15 @@
::-webkit-scrollbar-corner {
background: transparent;
}
@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');
}