Thanks to the MS filter
property that disables Cleartype while applying effects.
Instructions:
- Paste the snippet to HEAD section of your document.
- Paste this HTML to HEAD section of your document:
<style type="text/css"> .faded { filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90); } .okay { filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=100); } </style>
- Add these class, id and onload to your document's BODY:
<body class="faded" id="no-cleartype" onload="disablecleartype();">