mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-28 10:24:45 +02:00
13 lines
227 B
CSS
13 lines
227 B
CSS
|
|
@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');
|
|
}
|