This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/static/themes/freaky/shell.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");
}