I'm not sure if this is a typeface bug, but typeface renders double underline on anchor text that has text-decoration: underline style on chrome. Any thoughts please?
By the way, I'm using typeface 0.15.
Thanks.
Edit:
<script type="text/javascript" src="typeface-0.15.js"></script>
<script type="text/javascript" src="myriad_pro_regular.typeface.js"></script>
<style type="text/css">
a{ text-decoration: underline; font-family: 'Myriad Pro'; }
</style>
<a href="#" class="typeface-js">Sign In</a>