From d3bb95369a5752095a3609f9180cb2202dda9316 Mon Sep 17 00:00:00 2001 From: hqhq1025 <1506751656@qq.com> Date: Sun, 19 Apr 2026 03:29:19 +0800 Subject: [PATCH] fix(desktop): bundle Plus Jakarta + JetBrains Mono locally (no Google Fonts CDN) Remove the three Google Fonts tags from the renderer entry HTML. The app already loads Geist + Fraunces + JetBrains Mono via @fontsource-variable/* through @open-codesign/ui/fonts, so the CDN links were both redundant (the Plus Jakarta family they pulled isn't referenced by any --font-* token after the warm-aesthetic refresh) and a hard-constraint violation: every cold start pinged fonts.googleapis.com / fonts.gstatic.com, breaking BYOK / no-telemetry defaults and offline launch. --- apps/desktop/src/renderer/index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/apps/desktop/src/renderer/index.html b/apps/desktop/src/renderer/index.html index 1e592428..c0f231d8 100644 --- a/apps/desktop/src/renderer/index.html +++ b/apps/desktop/src/renderer/index.html @@ -5,12 +5,6 @@