Bug 41474
Summary: | [Qt] fonts loaded via @font-face look bad | ||
---|---|---|---|
Product: | WebKit | Reporter: | Bernhard Rosenkraenzer <bero> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | hausmann |
Priority: | P2 | Keywords: | Qt |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Bernhard Rosenkraenzer
Fonts loaded through the CSS3 @font-face mechanism look horrible on QtWebKit on Linux, see this page for an example:
http://blankpage.ch/webkitbug/
It looks ok in QtWebKit on OSX.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Bernhard Rosenkraenzer
I just noticed it looks equally bad in Firefox on Linux, so probably the issue is with a lower level library used by both QtWebkit and Firefox (freetype?).
(Either that, or both call it with bad parameters like e.g. disabling all hinting)
Simon Hausmann
Indeed, it looks bad to me on Firefox and Chrome under Linux, too. This is not a WebKit bug.