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;