Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mobile Font Rendering issues…

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42207
    dswift512
    Member

    I’m having rendering issues with font selections on mobile safari. Built with DW CS6, HTML5/CSS. All desktop browsers are supported, but mobile safari changes font selected. Any ideas? Don’t think its a code issue, but I’m a novice… Any ideas? Thanks…

    #122124
    Paulie_D
    Member

    We’d need to see your code…do you have a link?

    #122126
    dswift512
    Member

    #header {
    position: absolute;
    left: 127px;
    top: 45px;
    width: 509px;
    height: auto;
    z-index: 20;
    font-family: “Comic Sans MS”, cursive;
    font-size: 36px;
    color: rgba(255,255,255,1);
    }

    After looking at it i think its the cursive; Desktop browsers are ignoring it for some reason…

    #122128
    dswift512
    Member

    renders well in codePen too.. : /

    #122139
    dswift512
    Member

    ahh… good to know. Kewl dog. :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.