add teletext theme + font

This commit is contained in:
Felix Roos 2023-08-28 19:21:17 +02:00
parent cb643f8fd9
commit 0e3d84e5ca
8 changed files with 180 additions and 1 deletions

View file

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