[Webkit-unassigned] [Bug 41091] [GTK] Fails to apply web fonts in some cases

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 7 06:17:36 PDT 2010


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





--- Comment #4 from Gustavo Noronha (kov) <gns at gnome.org>  2010-09-07 06:17:36 PST ---
I believe you might be mistaken. The original patch (https://bugs.webkit.org/attachment.cgi?id=57542&action=review) was intended to solve precisely the problem you are describing. It does no matching, it uses FcFontList so that it won't return a positive if X is invalid. I wrote that patch because Scribd was using the pattern you describe: they had a @font-face { font-family: "Blah"; src: local(â), url(http://scribd.com/somefont.ttf); }, and our cache always said 'here it is' for "â".

After landing the patch that makes the listing less strict I tried scribd and made sure â was not getting a hit, and the web fonts were still being downloaded.

Let's see that test case, though, because it may help us figure out what is broken with scribd, or if I'm the one who's mistaken =)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list