feat: render image in background

This commit is contained in:
2025-11-09 21:04:05 +01:00
parent 10b0e0a1e3
commit d2b8bbdcb6
6 changed files with 68 additions and 3 deletions

Binary file not shown.

20
app/assets/app.css Normal file
View File

@@ -0,0 +1,20 @@
@font-face {
font-family: "Nintendo DS BIOS";
src: url("/assets/Nintendo-DS-BIOS.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Nintendo DS BIOS", monospace;
-webkit-font-smoothing: none;
-moz-osx-font-smoothing: grayscale;
image-rendering: pixelated;
image-rendering: crisp-edges;
}

BIN
app/assets/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB