mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-15 21:48:08 +03:00
Create font.css
Forgot the font css file
This commit is contained in:
12
public/css/filament/server/font.css
Normal file
12
public/css/filament/server/font.css
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
@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');
|
||||
}
|
||||
Reference in New Issue
Block a user