add mode7 font

+ can now inject custom theme styles
This commit is contained in:
Felix Roos 2023-08-28 23:52:24 +02:00
parent 0e3d84e5ca
commit 289376840e
7 changed files with 24 additions and 2 deletions

View file

@ -34,6 +34,10 @@
font-family: 'teletext';
src: url('/fonts/teletext/EuropeanTeletext.ttf');
}
@font-face {
font-family: 'mode7';
src: url('/fonts/mode7/MODE7GX3.TTF');
}
.prose > h1:not(:first-child) {
margin-top: 30px;