mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-25 09:28:05 +02:00
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:
parent
2bc52f4a61
commit
74b674516b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@
|
||||||
"name": "ebrima"
|
"name": "ebrima"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "franklin gothic"
|
"name": "franklin gothic medium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "gabriola"
|
"name": "gabriola"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue