init project

This commit is contained in:
Milka64 2021-06-28 21:14:40 +02:00
commit 25f4fd943e
18 changed files with 946 additions and 0 deletions

Binary file not shown.

9
static/custom.css Normal file
View file

@ -0,0 +1,9 @@
@font-face {
font-family: myFirstFont;
src: url('Hurmit%20Medium%20Nerd%20Font%20Complete.otf');
}
body {
font-family: "myFirstFont";
font-size-adjust: 0.40;
}