feat: render image in background
This commit is contained in:
BIN
app/assets/Nintendo-DS-BIOS.ttf
Normal file
BIN
app/assets/Nintendo-DS-BIOS.ttf
Normal file
Binary file not shown.
20
app/assets/app.css
Normal file
20
app/assets/app.css
Normal 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
BIN
app/assets/background.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 193 KiB |
Reference in New Issue
Block a user