This commit is contained in:
Adrian Heine 2020-09-18 11:01:24 +02:00
parent 03967a5789
commit db33fc128b
2 changed files with 6 additions and 0 deletions

BIN
IMFePIit29P.ttf Normal file

Binary file not shown.

View file

@ -1,3 +1,8 @@
@font-face {
font-family: "Fell";
src: url("/IMFePIit29P.ttf");
}
body { body {
background-color: #e1eef2; background-color: #e1eef2;
margin: 0; margin: 0;
@ -50,6 +55,7 @@ body {
text-align: center; text-align: center;
position: absolute; position: absolute;
transform-origin: 0 0; transform-origin: 0 0;
font-family: "Fell";
} }
.fullview { .fullview {