From 099c69ab659aa5f1aeb81d1bf4635fd58e346f4d Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Sat, 11 Jul 2026 18:37:02 -0700 Subject: [PATCH] detector: regenerate browser bundle after single-font rewording Co-Authored-By: Claude Fable 5 --- cli/engine/detect-antipatterns-browser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/engine/detect-antipatterns-browser.js b/cli/engine/detect-antipatterns-browser.js index c6bac6835..ddf0ae5a9 100644 --- a/cli/engine/detect-antipatterns-browser.js +++ b/cli/engine/detect-antipatterns-browser.js @@ -134,9 +134,9 @@ const ANTIPATTERNS = [ id: 'single-font', category: 'slop', scopes: ['type'], - name: 'Single font for everything', + name: 'Single font without hierarchy', description: - 'Only one font family is used for the entire page. Pair a distinctive display font with a refined body font to create typographic hierarchy.', + 'Only one font family is used for the entire page. A single family can work when weight and size contrast carry the hierarchy; otherwise pair a distinctive display font with a refined body font.', skillSection: 'Typography', skillGuideline: 'only one font family for the entire page', },