Merge pull request #1184 from JoanFo1456/main

Change console font
This commit is contained in:
Michael (Parker) Parker 2025-03-30 14:53:28 -04:00 committed by GitHub
commit a03b604f2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 0 deletions

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');
}

Binary file not shown.

BIN
public/fonts/ComicMono.ttf Normal file

Binary file not shown.

View File

@ -58,6 +58,7 @@
let options = {
fontSize: 14,
fontFamily: 'Comic Mono, monospace',
lineHeight: 1.2,
disableStdin: true,
cursorStyle: 'underline',