abtmtr-v13/assets/fonts/style.css

53 lines
1.1 KiB
CSS

@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;
}
@font-face {
font-family: "Fixedsys";
src: url("./Fixedsys%20Excelsior/FSEX302.ttf");
font-weight: normal;
}
:root {
--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;
}