From d3ff966337e2f091633a71f1f8449cf032106c26 Mon Sep 17 00:00:00 2001 From: mrzmyr Date: Fri, 10 Apr 2026 21:17:05 +0200 Subject: [PATCH] chore(ui): switch sans font from DM Sans to Inter DM Sans did not render well on external monitors. Inter is the more common choice for this kind of UI and is available in the same variable-font format. Updates the font in globals.css, the Google Fonts link in the local and cloud app shells, and the Electron loading page. --- apps/cloud/src/routes/__root.tsx | 2 +- apps/desktop/src/main.ts | 4 ++-- apps/local/index.html | 2 +- packages/react/src/styles/globals.css | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/cloud/src/routes/__root.tsx b/apps/cloud/src/routes/__root.tsx index e6476ede0f..dec561e02c 100644 --- a/apps/cloud/src/routes/__root.tsx +++ b/apps/cloud/src/routes/__root.tsx @@ -20,7 +20,7 @@ export const Route = createRootRoute({ { rel: "preconnect", href: "https://fonts.gstatic.com", crossOrigin: "anonymous" }, { rel: "stylesheet", - href: "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300..700;1,9..40,300..700&family=Instrument+Serif&family=JetBrains+Mono:wght@400;500&display=swap", + href: "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Instrument+Serif&family=JetBrains+Mono:wght@400;500&display=swap", }, { rel: "stylesheet", href: appCss }, ], diff --git a/apps/desktop/src/main.ts b/apps/desktop/src/main.ts index 64b511d79c..65fbf7c5e1 100644 --- a/apps/desktop/src/main.ts +++ b/apps/desktop/src/main.ts @@ -510,12 +510,12 @@ const loadingHTML = (scopePath: string): string => { - +