[Webkit-unassigned] [Bug 15454] CSS @font-face rules don't work on PPC Macs
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 10 13:53:08 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15454
------- Comment #1 from pluta at mac.com 2007-10-10 13:53 PDT -------
I used the following W3C example (slightly modified with respect to the font
used):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
<TITLE>Font test</TITLE>
<STYLE TYPE="text/css" MEDIA="screen, print">
@font-face {
font-family: "WeissRundgotisch";
src: url("http://site/WeissRundgotisch.ttf") format ("truetype");
}
H1 { font-family: "WeissRundgotisch", serif }
</STYLE>
</HEAD>
<BODY>
<H1> This heading is displayed using WeissRundgotisch. </H1>
</BODY>
</HTML>
The heading is displayed correctly in WeissRundgotisch on my MacBook Pro
(Intel), but not on my Power Mac G4 Cube (PPC).
--
Configure bugmail: http://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