From a8e4eca23b20670448a9074b04fa303dea3f1cfb Mon Sep 17 00:00:00 2001 From: "Ketan (CometChat)" Date: Fri, 7 Aug 2026 09:53:34 +0530 Subject: [PATCH] docs: remove empty fonts config causing malformed Google Fonts requests fonts.heading.family and fonts.body.family were empty strings, which made Mintlify request https://fonts.googleapis.com/css2?family=:ital,... with no family name on every page load. Google returns an error page, which Chrome reports as CORB-blocked / failed stylesheet. The site already renders with Mintlify's default font stack, so removing the block changes nothing visually and drops two guaranteed-failing requests per page. Co-Authored-By: Claude Fable 5 --- docs.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs.json b/docs.json index cb43da08b..a8c203aad 100644 --- a/docs.json +++ b/docs.json @@ -8,14 +8,6 @@ "light": "#6851D6", "dark": "#6851D6" }, - "fonts": { - "heading": { - "family": "" - }, - "body": { - "family": "" - } - }, "contextual": { "options": [ "claude",