Changed filesystem for static site

This commit is contained in:
Lao Tzu
2026-06-11 13:53:59 -07:00
parent 32cc108c4a
commit c887d058f0
220 changed files with 1199859 additions and 224 deletions
+17
View File
@@ -0,0 +1,17 @@
/* 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);
}