mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 08:44:46 +02:00
commit
a03b604f2d
@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#terminal {
|
#terminal {
|
||||||
border-top-left-radius: 10px;
|
border-top-left-radius: 10px;
|
||||||
border-top-right-radius: 10px;
|
border-top-right-radius: 10px;
|
||||||
@ -47,3 +48,15 @@
|
|||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
background: transparent;
|
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 = {
|
let options = {
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
|
fontFamily: 'Comic Mono, monospace',
|
||||||
lineHeight: 1.2,
|
lineHeight: 1.2,
|
||||||
disableStdin: true,
|
disableStdin: true,
|
||||||
cursorStyle: 'underline',
|
cursorStyle: 'underline',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user