fix: remove Google Fonts to resolve CSP warning, use system fonts
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m31s
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m31s
This commit is contained in:
@@ -6,9 +6,6 @@
|
|||||||
<meta name="description" content="Personal NAS Dashboard — manage Docker, Git repos, files, and media from one place">
|
<meta name="description" content="Personal NAS Dashboard — manage Docker, Git repos, files, and media from one place">
|
||||||
<title>NAS Dashboard</title>
|
<title>NAS Dashboard</title>
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
@custom-variant dark (&:where(.dark, .dark *));
|
@custom-variant dark (&:where(.dark, .dark *));
|
||||||
|
|
||||||
@theme {
|
@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-50: #eef2ff;
|
||||||
--color-primary-100: #e0e7ff;
|
--color-primary-100: #e0e7ff;
|
||||||
|
|||||||
Reference in New Issue
Block a user