From fce71cfea073a74e6d12a0c77c0f03d032998d72 Mon Sep 17 00:00:00 2001 From: "Gan, Jimmy" Date: Sun, 1 Mar 2026 17:51:27 +0800 Subject: [PATCH] fix: remove Google Fonts to resolve CSP warning, use system fonts --- dashboard/frontend/index.html | 3 --- dashboard/frontend/src/app.css | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dashboard/frontend/index.html b/dashboard/frontend/index.html index 240c24c..91b8abd 100644 --- a/dashboard/frontend/index.html +++ b/dashboard/frontend/index.html @@ -6,9 +6,6 @@ NAS Dashboard - - -
diff --git a/dashboard/frontend/src/app.css b/dashboard/frontend/src/app.css index c8cbe81..9366dc0 100644 --- a/dashboard/frontend/src/app.css +++ b/dashboard/frontend/src/app.css @@ -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;