[Webkit-unassigned] [Bug 18002] @font-face { src: local("font"); } matches font family, not full face name

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 27 12:10:28 PDT 2008


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





------- Comment #5 from jdaggett at mozilla.com  2008-08-27 12:10 PDT -------
The local() syntax specifies a face, not a family.  And Safari does support the
syntax but only via Postscript names on Mac OS X, not full font names:

@font-face {
  font-family: Ornaments;
  src: local(HoeflerText-Ornaments);
}

This is more an artifact of Mac font API's.


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



More information about the webkit-unassigned mailing list