Open
Description
🚀 Feature Request
Add local-fonts
to the supported permission list for Chromium.
Example
await page.context().grantPermissions(["local-fonts"]);
Motivation
I need to test features related to Local Font Access API, so I need to grant this permission.