WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
266884
Web Inspector: Add the ability to disable/enable individual entries from font-family in the Styles panel
https://bugs.webkit.org/show_bug.cgi?id=266884
Summary
Web Inspector: Add the ability to disable/enable individual entries from font...
Karl Dubost
Reported
2023-12-25 17:12:17 PST
1. Go to
https://webkit.org/
2. Open the Web Inspector on the Elements tab 3. Click on the html element 4. The style panel shows font-family ``` html { font-family: -apple-system, "SF Pro Text", Helvetica, sans-serif; font-size: 62.5%; font-synthesis: none; } ``` There is a list of fonts. We can edit the value and erase some of the fonts, or add some. Proposal: Have a checkbox in front of each font names to disable it or enable it. * That will be friendlier for user in testing the combination of fonts which are working. * And it will be less prone to delete typos * It will make it easier to identify in a test scenario, the fonts which have bugs
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-25 17:12:24 PST
<
rdar://problem/120136198
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug