From b14f3359c684b2aa172b0f3271f6d34a3adf568a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=93=88=E5=93=88?= Date: Thu, 5 Mar 2026 15:35:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20Google=20Fonts=20CDN=20?= =?UTF-8?q?=E2=80=94=20use=20system=20fonts=20(no=20CDN=20dependencies)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- landing/index.html | 2 -- landing/styles.css | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/landing/index.html b/landing/index.html index a4b9639..69336b1 100644 --- a/landing/index.html +++ b/landing/index.html @@ -5,8 +5,6 @@ Queryx — Agent-native search API - - diff --git a/landing/styles.css b/landing/styles.css index ed8aeaa..1bf6c7a 100644 --- a/landing/styles.css +++ b/landing/styles.css @@ -15,8 +15,8 @@ --muted: #71717a; --green: #10b981; --red: #ef4444; - --font: 'Inter', system-ui, -apple-system, sans-serif; - --mono: 'JetBrains Mono', 'Fira Code', monospace; + --font: system-ui, -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif; + --mono: ui-monospace, 'Fira Code', 'Cascadia Code', Consolas, monospace; } html {