use Monaco for code font

This commit is contained in:
2024-01-23 15:30:59 +08:00
parent dfa168a751
commit 7337905cbc
5 changed files with 12 additions and 4 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);
}