[Webkit-unassigned] [Bug 63492] Incorrect weight and style matching for @font-face families

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 27 07:00:07 PDT 2013


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


Zoltan Herczeg <zherczeg at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zherczeg at webkit.org




--- Comment #2 from Zoltan Herczeg <zherczeg at webkit.org>  2013-06-27 07:02:02 PST ---
Hi Sean,

I try to figure out what is happening here. I did not read all the standard, so perhaps you can help me a bit here.

- It seems to me, if the browser (at least Firefox) does not support any font listed in the src property of font-face, it has the same behaviour as WebKit, so you see 4 different lines (font-face is ignored basically).

- My second question: your font-face rule contains multiple src properties. It seems both FireFox and WebKit processes only the last one (the others are ignored).

Are these two things correct from the viewpoint of the standard?

My suspicion is that WebKit simply does not have a built-in support for these fonts, and ignores the font-face. But I need to confirm this.

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