Initial commit.

This commit is contained in:
2025-12-10 16:49:59 -08:00
commit 2a2b4a3f83
1366 changed files with 95853 additions and 0 deletions

4984
assets/css/compiled/main.css Normal file

File diff suppressed because it is too large Load Diff

22
assets/css/custom.css Normal file
View File

@@ -0,0 +1,22 @@
@font-face {
font-family: font;
src: url('/fonts/OpenSans-Regular.ttf');
}
@font-face {
font-family: cstf;
src: url('/fonts/LinLibertine_R.ttf');
}
html {
font-family: font;
}
h1, h2, h3, h4, h5, h6, .main-menu, .decoration-primary-500 {
font-family: cstf;
}
figure {
margin: .5em;
padding: 0;
}