From 74b674516b2aef6bca4c590c8dda3d2c8f5a92df Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:37:11 +0200 Subject: [PATCH] fix(fonts): core pool uses the real Win11 family "franklin gothic medium" The pool had the bare "franklin gothic", which isn't a real Win11 family and wouldn't match the bundled franklingothic_x.ttf, so the always-present standard fonts test failed and the family could drop off the whitelist. Use the real name (the bundle reconciliation already maps it). --- src/invisible_playwright/_fpforge/data/font_pool.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invisible_playwright/_fpforge/data/font_pool.json b/src/invisible_playwright/_fpforge/data/font_pool.json index 4104fba..880f410 100644 --- a/src/invisible_playwright/_fpforge/data/font_pool.json +++ b/src/invisible_playwright/_fpforge/data/font_pool.json @@ -34,7 +34,7 @@ "name": "ebrima" }, { - "name": "franklin gothic" + "name": "franklin gothic medium" }, { "name": "gabriola"