2024-08-20 19:30:37 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Comic Neue";
|
|
|
|
src: url("./Comic_Neue/ComicNeue-Regular.ttf");
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Comic Neue";
|
|
|
|
font-weight: bold;
|
|
|
|
src: url("./Comic_Neue/ComicNeue-Bold.ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Helvetica";
|
|
|
|
src: url("./Helvetica/Helvetica.ttf");
|
|
|
|
}
|
|
|
|
@font-face {
|
|
|
|
font-family: "Helvetica";
|
|
|
|
font-weight: bold;
|
|
|
|
src: url("./Helvetica/Helvetica-Bold.ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Lexend";
|
|
|
|
src: url("./Lexend/Lexend-VariableFont_wght.ttf");
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "Permanent Marker";
|
|
|
|
src: url("./Permanent_Marker/PermanentMarker-Regular.ttf");
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: "VCR OSD Mono";
|
|
|
|
src: url("./VCR%20OSD%20MONO/VCR_OSD_MONO.ttf");
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2024-08-27 07:58:49 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: "Fixedsys";
|
|
|
|
src: url("./Fixedsys%20Excelsior/FSEX302.ttf");
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2024-08-20 19:30:37 +00:00
|
|
|
:root {
|
2024-08-27 07:58:49 +00:00
|
|
|
--font-text-top: "Fixedsys";
|
|
|
|
--font-text-mono: "Fixedsys";
|
|
|
|
--font-text-legible: "Fixedsys";
|
|
|
|
--font-text-header: "Fixedsys";
|
|
|
|
--font-text-generic: "Fixedsys";
|
|
|
|
font-size: 16px;
|
|
|
|
font-smooth: never;
|
|
|
|
-webkit-font-smoothing : none;
|
2024-08-20 19:30:37 +00:00
|
|
|
}
|