Bug 147088
Summary: | Clean up FontCache::lastResortFallbackFont | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | Text | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Minor | CC: | mcatanzaro, nekohayo |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
I see two issues with this function:
* The comment is outdated. Figure out how to update it.
* The last-resort font should surely be serif, not sans, since that is the default font in every web browser, including WebKit.
I actually wonder if this font choice is ever used....
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
It already is serif, and actually that seems to be what Firefox uses too