[Webkit-unassigned] [Bug 143909] New: Web Inspector: All sans-serif font family rules should be set the same way.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 17 17:04:07 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=143909

            Bug ID: 143909
           Summary: Web Inspector: All sans-serif font family rules should
                    be set the same way.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jonowells at apple.com
                CC: graouts at webkit.org, joepeck at webkit.org,
                    jonowells at apple.com, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Our font-family rules for the sans-serif font are set in one of three ways:

font-family: -webkit-system-font, sans-serif; /* the is preferred */
font-family: Helvetica, sans-serif;
font-family: sans-serif;

All should be:

font-family: -webkit-system-font, sans-serif;

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150418/dd2b7672/attachment.html>


More information about the webkit-unassigned mailing list