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).
This commit is contained in:
feder-cr 2026-06-24 09:37:11 +02:00
parent 2bc52f4a61
commit 74b674516b

View file

@ -34,7 +34,7 @@
"name": "ebrima" "name": "ebrima"
}, },
{ {
"name": "franklin gothic" "name": "franklin gothic medium"
}, },
{ {
"name": "gabriola" "name": "gabriola"