feat: NDS9 -> NDS10 and use woff2 fonts

This commit is contained in:
2025-11-13 07:58:51 +01:00
parent 5e95be1307
commit 0bca11dfe0
6 changed files with 4 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ useRender((ctx) => {
}
ctx.fillStyle = "black";
ctx.font = "10px NDS9";
ctx.font = "10px NDS10";
ctx.letterSpacing = "2px";
const timeText = `${month}/${year}`;