Adding the wiki route and better styling

This commit is contained in:
ngn
2024-01-06 23:20:58 +03:00
parent 6477240dd4
commit 7f61a0cd58
15 changed files with 299 additions and 161 deletions

9
public/font.css Normal file
View File

@ -0,0 +1,9 @@
@font-face {
font-family: Ubuntu;
src: url("fonts/ubuntu.ttf");
}
@font-face {
font-family: JetBrainsMono;
src: url("fonts/jetbrains.ttf");
}