[Webkit-unassigned] [Bug 6484] font-weight does not properly support graded font-weight

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Aug 9 03:19:34 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6484





------- Comment #3 from mike at bfo.co.uk  2006-08-09 03:19 PDT -------
This happens with "Helvetica Neue" as well. Weights 100 to 500 are regular and
600 to 900 are bold, even though the font has an Ultralight, Light, Regular and
Bold weighting.

<html>
<head><style>p { font:"Helvetica Neue"; margin:0 } </style>
</head><body>
<p style="font-weight:100">100</p>
<p style="font-weight:200">200</p>
<p style="font-weight:300">300</p>
<p style="font-weight:400">400</p>
<p style="font-weight:500">500</p>
<p style="font-weight:600">600</p>
<p style="font-weight:700">700</p>
<p style="font-weight:800">800</p>
<p style="font-weight:900">900</p>
</body></html>


-- 
Configure bugmail: http://bugzilla.opendarwin.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