Bug 99264 - text-rendering: optimizeLegibility property not working with some fonts
Summary: text-rendering: optimizeLegibility property not working with some fonts
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P3 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-14 00:14 PDT by madcampos
Modified: 2012-10-15 10:26 PDT (History)
1 user (show)

See Also:


Attachments
screenshot of the text rendered badly (96.90 KB, image/png)
2012-10-14 00:14 PDT, madcampos
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description madcampos 2012-10-14 00:14:13 PDT
Created attachment 168576 [details]
screenshot of the text rendered badly

Steps to Reproduce:
visited the following url: http://raynos.github.com/examplifier/doc/index.html

Actual Results:
the heading text shows messy.

Expected Results:
the heading text to be shown propperly.

Build Date & Platform:
Safari 5 Windows (7534.57.2)

Additional Builds and Platforms: 
Chrome 24.0.1290.1 dev-m

Additional Information:
the combination of the 2 css rules seems to be the problem:
font-family: Palatino,Georgia,"Times New Roman",Times,serif;
text-rendering: optimizeLegibility;