WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 143909
Web Inspector: All sans-serif font family rules should be set the same way.
https://bugs.webkit.org/show_bug.cgi?id=143909
Summary
Web Inspector: All sans-serif font family rules should be set the same way.
Jonathan Wells
Reported
2015-04-17 17:04:07 PDT
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;
Attachments
[PATCH] style update
(3.81 KB, patch)
2015-04-17 20:03 PDT
,
Jonathan Wells
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2015-04-17 17:04:25 PDT
<
rdar://problem/20596200
>
Jonathan Wells
Comment 2
2015-04-17 20:03:27 PDT
Created
attachment 251079
[details]
[PATCH] style update
WebKit Commit Bot
Comment 3
2015-04-17 21:05:44 PDT
Comment on
attachment 251079
[details]
[PATCH] style update Clearing flags on attachment: 251079 Committed
r182982
: <
http://trac.webkit.org/changeset/182982
>
WebKit Commit Bot
Comment 4
2015-04-17 21:05:49 PDT
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 5
2015-04-20 18:40:46 PDT
This caused a lot of regressions in ObjectTrees. On Yosemite, all of the text looks like it moved down a pixel, and is therefore off-balance. Is there a way we can fix this easily? Will we need to add body.yosemite adjustments?
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