Files
pihkaal-me/app/assets/app.css

32 lines
566 B
CSS

@font-face {
font-family: "Nintendo DS BIOS";
src: url("/assets/Nintendo-DS-BIOS.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "NDS7";
src: url("/assets/nds-7px.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "NDS9";
src: url("/assets/nds-9px.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
image-rendering: pixelated;
image-rendering: crisp-edges;
}