This commit is contained in:
2025-04-27 15:03:28 -07:00
parent 0a697ef78a
commit 81451bf973
42 changed files with 3596 additions and 95 deletions

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

@@ -0,0 +1,8 @@
@font-face {
font-family: font;
src: url('/fonts/font.ttf');
}
html {
font-family: font;
}