fix(theme): use next font athelas variable globally

This commit is contained in:
2026-06-17 16:07:10 +08:00
parent 5c26ad9d5b
commit 62468ffc6a
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -13,7 +13,6 @@
*/
--font-system: var(--font-athelas), system-ui, -apple-system,
BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--font-athelas: "Athelas", serif;
/* Tailwind 默认字体别名:font-sans → font-system */
--font-sans: var(--font-system);