mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-22 03:54:46 +02:00
Update console.css
Added content from ./font.css
This commit is contained in:
parent
dd20cb0f11
commit
5c5c9654b4
@ -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');
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user