css - Ipad/iPhone fonts not rendering properly -


i have issue fonts on ipad (4) / ios 7.0b4.

i have css:

 p span {         font-family: 'arial black', sans-serif;         font-size: 22px;     }   

renders fine in browsers not on iphone or ipad. displays serif font , not arial black. if write "sans-serif" displays serif font.

changing arialmt, arial or helvetiva doesn't work either.

i use foundation 4 framework own stylesheet.

do miss something?

ios not support arial black.

source: http://iosfonts.com/

edit: seems problem css rule wasn't overwriting foundation css. adding !important fixed issue if write more specific css rule work.


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -