This commit is contained in:
2025-10-07 13:30:38 +08:00
parent a59c881c98
commit 67ab729d15
2 changed files with 1 additions and 8 deletions

View File

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