Resolves https://github.com/microsoft/playwright/issues/32218 Currently, fonts are displayed as a raw binary file which does not give any information to the users. I replaced it with a simple font preview similar to the one found in the dev tools of web browsers. It is not a major feature but I think it is a nice addition and it might be useful to somebody. <img width="1043" alt="Screenshot 2024-08-17 at 18 33 46" src="https://github.com/user-attachments/assets/a6cc7b57-7ea8-4a54-869d-57a44712597b"> https://github.com/user-attachments/assets/e52d9a72-fb2c-43c7-bfee-3d6d6edc6b6a |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| bundle.ts | ||
| embedded.html | ||
| index.html | ||
| package.json | ||
| snapshot.html | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| uiMode.html | ||
| vite.config.ts | ||
| vite.sw.config.ts | ||