mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
- 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
34 lines
771 B
CSS
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;
|
|
}
|