Files
VOREStation/interface/fonts/fonts.css
T
Kashargul 4874f2a117 Biomeport (#18022)
* biome port

* fix

* umm

* up

* prettier on repo level

* .

* uh

* fix that

* .

* guh

* could be deelted

* fix query

* raccoon

* raccoon
2025-07-20 16:48:40 +02:00

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";
}