[Webkit-unassigned] [Bug 93853] New: @font-face not working on previously styled elements (bold, italic, etc.)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 13 08:23:41 PDT 2012


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

           Summary: @font-face not working on previously styled elements
                    (bold, italic, etc.)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.8
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mproud at gmail.com


When using a custom stylesheet, any elements which are styled are not affected, yet they should be.

If my custom stylesheet includes:

    @font-face {
      font-family: "Arial";
      src: local("Times");
    }

Elements styled with `font-style` or `font-weight` (such as bold or italic) remain in Arial, yet they shouldn't be.

This was not an issue in Safari 5.

Unsure if https://bugs.webkit.org/show_bug.cgi?id=63492 might be related.

You can see it in action at:
* http://‎www.google.com/search?client=safari&rls=en&q=@font-face&ie=UTF-8&oe=UTF-8
* http://metajack.im/2009/01/23/blogging-with-git-emacs-and-jekyll/

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