Files
2026-05-29 11:30:10 -07:00

18 lines
344 B
CSS

/* Fonts */
@font-face {
font-family: hackmono;
src: url(fonts/Hack-Regular.ttf);
}
@font-face {
font-family: "Code New Roman";
src: url("fonts/Code New Roman.woff");
}
@font-face {
font-family: unifont;
src: url(fonts/unifont-17.0.04.otf);
}
@font-face {
font-family: "Liberation Mono";
src: url(/fonts/liberation-mono.regular.ttf);
}