fix: remove Google Fonts to resolve CSP warning, use system fonts
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m31s

This commit is contained in:
Gan, Jimmy
2026-03-01 17:51:27 +08:00
parent 79a9fc980e
commit fce71cfea0
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
@custom-variant dark (&:where(.dark, .dark *));
@theme {
--font-sans: "Inter", system-ui, -apple-system, sans-serif;
--font-sans: system-ui, -apple-system, "Segoe UI", sans-serif;
--color-primary-50: #eef2ff;
--color-primary-100: #e0e7ff;