This commit is contained in:
2025-07-08 17:26:13 -07:00
parent 78f38034ce
commit 0000fc7d22
67 changed files with 6140 additions and 243 deletions

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

File diff suppressed because it is too large Load Diff

View File

@@ -1,8 +1,17 @@
@font-face {
font-family: font;
src: url('/fonts/font.ttf');
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;
}

1117
assets/cstf-logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 102 KiB