[Webkit-unassigned] [Bug 266884] New: Web Inspector: Give the possibility to individually disable/enable fonts in the Style colon
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 25 17:12:17 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=266884
Bug ID: 266884
Summary: Web Inspector: Give the possibility to individually
disable/enable fonts in the Style colon
Product: WebKit
Version: Safari 17
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
Assignee: webkit-unassigned at lists.webkit.org
Reporter: karlcow at apple.com
CC: inspector-bugzilla-changes at group.apple.com,
webkit-bug-importer at group.apple.com
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
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231226/dbea28e3/attachment.htm>
More information about the webkit-unassigned
mailing list