mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 05:09:49 +01:00
4874f2a117
* biome port * fix * umm * up * prettier on repo level * . * uh * fix that * . * guh * could be deelted * fix query * raccoon * raccoon
40 lines
631 B
CSS
40 lines
631 B
CSS
/**
|
|
* All of these fonts are duplicated between interface/fonts and here because SCSS doesn't wanna play nice
|
|
*/
|
|
|
|
@font-face {
|
|
font-family: "Grand9K Pixel";
|
|
src: url(Grand9K_Pixel.ttf);
|
|
}
|
|
|
|
.font-grand9k_pixel {
|
|
font-family: "Grand9K Pixel";
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Pixellari";
|
|
src: url(Pixellari.ttf);
|
|
}
|
|
|
|
.font-pixellari {
|
|
font-family: "Pixellari";
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "TinyUnicode";
|
|
src: url(TinyUnicode.ttf);
|
|
}
|
|
|
|
.font-tinyunicode {
|
|
font-family: "TinyUnicode";
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "VCR OSD Mono";
|
|
src: url(VCR_OSD_Mono.ttf);
|
|
}
|
|
|
|
.font-vcr_osd_mono {
|
|
font-family: "VCR OSD Mono";
|
|
}
|