Forums

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

Home Forums CSS google font not working in ipad

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #205308
    Bones_Jones
    Participant

    hi guys,

    not sure why, but google font isn’t working on iPad? did i do something wrong or maybe google fonts don’t work in ipad?

    link
    http://goo.gl/hvA0Rm

    help!
    thx in advance!

    #205310
    Bones_Jones
    Participant

    ok instead, i just want to use century gothic for all fonts.

    so i did this
    body { font-family: ‘Century Gothic’, arial, san-serif; !important;}

    but on ipad, it still is showing different font. any idea why this is happening?

    #205313
    Senff
    Participant

    Century Gothic is not a font that’s installed/available on an iPad by default, so if you insist on using that, you’re going to have to load it first using @font-face methods.

    You might want to use Futura as a fallback. It’s not exactly the same but fairly similar.

    font-family: 'Century Gothic', Futura;
    
    #205316
    Bones_Jones
    Participant

    ah snap. didn’t know that. i thought century gothic was safe. just added futura. thx!

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