The problem with using text as dropcaps is that the exact metrics depend on the font, which you can't control unless you use embedded fonts (for both the drop cap and the surrounding text). You may get something more predictable adding "line-height:1" to the drop cap, at that would make its size line-height-independent.
|