From ef1f8438e6e88ca712511c28e4451e2ffa2332f5 Mon Sep 17 00:00:00 2001 From: wisecolt Date: Sat, 10 Jan 2026 13:15:40 +0300 Subject: [PATCH] =?UTF-8?q?style(ui):=20space=20grotesk=20fontunu=20kald?= =?UTF-8?q?=C4=B1r=20ve=20sistem=20fontuna=20ge=C3=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/index.html | 4 +--- apps/web/src/index.css | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/apps/web/index.html b/apps/web/index.html index 3d9246a..fb838ee 100644 --- a/apps/web/index.html +++ b/apps/web/index.html @@ -7,8 +7,6 @@ q-buffer - @@ -16,4 +14,4 @@ - \ No newline at end of file + diff --git a/apps/web/src/index.css b/apps/web/src/index.css index 3f48161..805ce57 100644 --- a/apps/web/src/index.css +++ b/apps/web/src/index.css @@ -5,7 +5,7 @@ :root { color: #0f172a; background: #f1f5f9; - font-family: "Space Grotesk", system-ui, sans-serif; + font-family: "Helvetica", "Helvetica Neue", Arial, system-ui, sans-serif; } :root.dark {