Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24411

    Is there any solution to this?

    #123431

    Hi,

    Please open up header.php and on line 63, before the </head> tag, please add this

    <script src="//ajax.googleapis.com/ajax/libs/webfont/1.4.2/webfont.js"></script>
    <script>
    WebFont.load({
    google: {
    families: ['Droid Sans', 'Droid Serif']
    }
    });
    </script>

    Just make sure you add the correct google font family. See if that makes a difference. Seems to do the trick.

    Thanks,

    Nick

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Google webfonts not working on iPad’ is closed to new replies.