I’ve been using typeface to render my websites fonts. It’s a good tool, but some characters were broken during typeface render on latin1 encoding. At the typeface website doesn’t have some recommendations to insert the correct charset inside <script> tag. So it’s easy to fix the problem, look that:
<script charset=”utf-8″ src=”your_typeface_font.js”></script>
Advertisement