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>
link|improve this question

50% accept rate
2  
let's see some code please. – Matt K Jan 19 at 16:02
Thanks for the quick response Matt. Here are the codes: <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">Home</a> – Jick Lee Jan 19 at 16:11
and what's the css for typeface-js class... – Matt K Jan 19 at 16:43
feedback

1 Answer

screenshots or a link would be useful too btw. maybe the underline was simulated on a parent div with border-bottom or sth?

link|improve this answer
Here are the screenshots on chrome and FF: screencast.com/t/8IWUG6LAZ screencast.com/t/myQj48V1 – Jick Lee Jan 19 at 16:34
Where is the double underline? And please post all the relevant code. – Jukka K. Korpela Jan 19 at 16:52
You can notice extra thin underline on this screenshot: screencast.com/t/8IWUG6LAZ the only codes used on this typeface are the codes posted above.. – Jick Lee Jan 19 at 16:57
Hey Jick sorry for the late answer, just took a look. Is there some sort of a iframe there? or a div with overflow:none? The type looks cut off from here on the left side, and notice the thin line on the left on the firefox screenshot as well, maybe there's more content in there and they're showing up a little? – Ege Jan 24 at 12:57
Hi Ege, there's no iframe or div with overflow:none on that part. I really dont know what's going on but i just made some workaround - giving border-bottom: 1px on that element and now looks ok. Nway thanks for the response and im sorry i wasnt login back for months – Jick Lee Apr 24 at 9:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.