css - Doubled text on iOS5 -


i'm working on responsive site. after viewing on device running ios5, notice h2 tags seem display twice, 1 on top of other. checked on device ios6 , looks better, not on ios5. however, when change h2 tags spans (changing them display: inline-block) seems work fine well.

i'm not doing seemingly out of ordinary html or css, , i'm not using z-index anywhere in document have idea happening?

 <h2>hello</h2>    h2 { display: block; font-family: "segoe ui light"; font-size: 36px; color: #c41230; } 

seems problem font weight rendering bug. might inheriting bold styling. see this post. try setting font weight normal h1, h2, etc.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -