Typeface.js: Last word not rendering in IE6, IE7 and IE8

In IE6, IE7 and IE8 the last word in the above heading - IE8 - is displayed.

The fix is to add the following Javascript just before the </body> tag:

<script type="text/javascript">
_typeface_js.renderDocument()
</script>

Back to the problem

Back to article