Don't just use gray text on white background. If you really want to make your text difficult to read, you will achieve even better results with white text on white background.
Upd: I am not alone who thinks so: http://contrastrebellion.com/
Don't just use gray text on white background. If you really want to make your text difficult to read, you will achieve even better results with white text on white background.
Upd: I am not alone who thinks so: http://contrastrebellion.com/
my-application web-server 1.1.1 commons-logging 1.1.1 db-client 1.1.1 commons-logging 1.1.1 authentication 1.1.1 commons-logging 1.1.1Now commons-logging changes its API incompatibly and is released as commons-logging 2.0.1. Authentication adopts commons-logging 2.0.1 while other libraries still depend on 1.1.1:
my-application web-server 1.1.1 commons-logging 1.1.1 db-client 1.1.1 commons-logging 1.1.1 authentication 1.1.2 commons-logging 2.0.1Now my-application is broken, because the dependency tree includes two versions of commons-logging which share packages, class/functions names, and thus can not be loaded simultaneously.
<h1 style="font-size: 300%; color: #4f81bd; font-style: italic; font-family: 'Times New Roman', Times, serif;">WINTER ACTION</h1>
Update: Many people reported FireFox and Chrome render fonts OK for them. HN comment and tnm91 suggested that DirectWrite may be disabled, due to outdated video driver. It was true, I updated diver and DirectWrite become enabled, but rendered hadn't changed. Then sulliwan suggested to check CliearType - I enabled it and now FireFox and Chrome render text OK.
Thanks for the help!