From 422374c7bc56ca1b6b853e795c1e36956ab11a63 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:00:27 -0400 Subject: [PATCH] Remove fonts which weren't rendering in all browsers (#2174) --- docs/docs.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index fe2891bdc..96f294b66 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -19,10 +19,6 @@ "light": "#4cc9f0", "primary": "#2d00f7" }, - "fonts": { - "heading": { "family": "Google Sans" }, - "body": { "family": "BlinkMacSystemFont" } - }, "contextual": { "options": ["copy", "view"] },