Problem — Fonts appear to be cutting cut off on Windows, either FireFox or IE (Inter Explorer 6, 7 or 8+). Fix – Adjust your line-height property in your css file.
This will be a short and brief demo as to why IE (Internet Explorer) does NOT display smooth font. Apparently using the following IE filter will cause your font to get “pixaleted”, see fig 1 for screen shot, code is below along with link to demo. filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=0, Color=’#ffffff’); fig 1. Here is the [...]