mirror of
https://github.com/rvtr/rmc_website.git
synced 2025-10-31 13:31:21 -04:00
New font
This commit is contained in:
parent
bb2bac79dc
commit
1b461ad3d0
@ -6,6 +6,10 @@
|
||||
font-family: dsifont-bios;
|
||||
src: url(/assets/dsi/nintendo-DS-BIOS.ttf);
|
||||
}
|
||||
@font-face {
|
||||
font-family: dsifont-special;
|
||||
src: url(/assets/dsi/NITROIPL_Gaiji.ttf);
|
||||
}
|
||||
body {
|
||||
font-family: dsifont;
|
||||
}
|
||||
@ -13,3 +17,7 @@ code {
|
||||
font-family: dsifont-bios;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
special {
|
||||
font-family: dsifont-special;
|
||||
font-size: 1.5vw;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user