[Webkit-unassigned] [Bug 36351] [Qt] @font-face does not work with local and remote fonts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 05:47:14 PST 2011


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


Florian Hänel <florian.haenel at heeen.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |florian.haenel at heeen.de




--- Comment #23 from Florian Hänel <florian.haenel at heeen.de>  2011-11-22 05:47:12 PST ---
I stumbled over this bug after finding the persian bbc site uses the "bulletproof solution" and we display our rather unique platform default font instead of their supplied font.

I suggest we match the font name we get from Qt directly against what local() tells us to find, to make sure the site gets exactly what it wants. For any kind of fuzzy matching, family based lokoups should do the trick.

http://www.w3.org/TR/css3-fonts/

> Just as a @font-face rule specifies the characteristics of a single font within a family, the unique name used with local() specifies a single font, not an entire font family."

-- 
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