treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Google web fonts not displaying on iPad

  • I am building a site and I am using Google web fonts. The fonts render on every other device I have tried except my iPad. I have no clue why and any help would be great thanks!

  • Which font?

    Can you provide a link to your site?

  • Kreon (from google web fonts) and my site is kylemullins.com (in progress)

  • @kmullins131 I don't think iPad uses Woff as an acceptable font format. You would need to use SVG if I'm not mistaken. Also, put the css link above your javascript in your head section.

    Edit: I just realized that the Google API will detect the correct file format depending on the browser. If you want, I converted the font to multiple formats for cross-browser and cross-platform use if you want to upload them onto your own server. This might solve the problem. https://dl.dropbox.com/u/26380646/Kreon.zip

    It can't be an IIS issue because you're using Apache.