This commit is contained in:
2025-10-06 14:49:37 +08:00
parent 135508954d
commit 0014eae353
9 changed files with 15 additions and 39 deletions

View File

@@ -22,7 +22,7 @@
body {
background: var(--background);
color: var(--foreground);
font-family: var(--font-geist-sans), Arial, Helvetica, sans-serif;
font-family: "Source Han Sans SC VF", var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
.code-block {