add mode7 font
+ can now inject custom theme styles
This commit is contained in:
parent
0e3d84e5ca
commit
289376840e
7 changed files with 24 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue