I've got a web font that includes it's own underline, including on the space character. This renders fine in almost all browsers, the underline is shown between words but it not rendered at the end of the line — except in IE (all versions).
In IE it's displaying the extra underlined space at the end of every line, except for the last. Even if I use a line break, with no spaces at all, it still displays.
I've tried all variations of the white-space property, to no effect. Has anyone else encountered this weird display bug, and know of anyway to fix it?
Edit:
Example Page
Screenshot
Cheers.