This commit is contained in:
2024-01-23 15:22:48 +08:00
parent 6ba07ace97
commit a3d70af23c
5 changed files with 6 additions and 16 deletions

BIN
public/Monaco.ttf Normal file

Binary file not shown.

4
public/style.css Normal file
View File

@@ -0,0 +1,4 @@
@font-face {
font-family: "Monaco";
src: url(/Monaco.ttf);
}