19 lines
362 B
CSS
19 lines
362 B
CSS
@font-face {
|
|
font-family: Papyrus;
|
|
src: url("/static/themes/freaky/papyrus.ttf");
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: swap;
|
|
}
|
|
|
|
* {
|
|
font-family: Papyrus !important;
|
|
}
|
|
|
|
#lyphetitle > img {
|
|
content: url("/static/themes/freaky/logo.png");
|
|
}
|
|
|
|
#lyphetitlenav > img {
|
|
content: url("/static/themes/freaky/logo.png");
|
|
}
|