mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 22:14:45 +02:00
commit
a03b604f2d
@ -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');
|
||||
}
|
||||
|
BIN
public/fonts/ComicMono-Bold.ttf
Normal file
BIN
public/fonts/ComicMono-Bold.ttf
Normal file
Binary file not shown.
BIN
public/fonts/ComicMono.ttf
Normal file
BIN
public/fonts/ComicMono.ttf
Normal file
Binary file not shown.
@ -58,6 +58,7 @@
|
||||
|
||||
let options = {
|
||||
fontSize: 14,
|
||||
fontFamily: 'Comic Mono, monospace',
|
||||
lineHeight: 1.2,
|
||||
disableStdin: true,
|
||||
cursorStyle: 'underline',
|
||||
|
Loading…
x
Reference in New Issue
Block a user