rmc_website/assets/css/styledsi.css
Ian Skinner fa401de944 Faster downloads, better pages.
- Stop manually setting the height of the DSi prompt thing for each page
- Moved all downloads to a CDN (cee deez nuts)
- Removed personal homepage in favor of a purely DS(i) oriented website
2023-08-04 11:20:42 -04:00

34 lines
771 B
CSS

@font-face {
font-family: dsifont;
src: url(https://cdn.randommeaninglesscharacters.com/assets-dsi/font/nintendo_NTLGDB_001.ttf);
}
@font-face {
font-family: dsifont-bios;
src: url(https://cdn.randommeaninglesscharacters.com/assets-dsi/font/nintendo-DS-BIOS.ttf);
}
@font-face {
font-family: dsifont-special;
src: url(https://cdn.randommeaninglesscharacters.com/assets-dsi/font/NITROIPL_Gaiji.ttf);
}
body {
font-family: dsifont;
}
code {
font-family: dsifont-bios;
font-size: 1.5vw;
}
special {
font-family: dsifont-special;
font-size: 1.5vw;
}
.info {
padding: 10px;
background-color: #e6ebf2;
color: black;
margin-left: 0%;
margin-right: 5%;
border-radius: 5px;
border-left: 2px solid #f6971b;
border-bottom: 1px solid #072a66;
}