RESOLVED DUPLICATE of bug 16880 16784
In-document fonts work only as the first child to font-face-src
https://bugs.webkit.org/show_bug.cgi?id=16784
Summary In-document fonts work only as the first child to font-face-src
mitz
Reported 2008-01-08 00:13:14 PST
CSSFontSelector::addFontFaceRule decides whether to create a SVGCSSFontFace or CSSFontFace based on the first item in the source list. If that item is not an in-document font-face element, then a CSSFontFace is created, which does not support font-face elements at all. See //FIXME in that function.
Attachments
Nikolas Zimmermann
Comment 1 2008-01-20 16:57:55 PST
*** This bug has been marked as a duplicate of 16880 ***
Note You need to log in before you can comment on or make changes to this bug.