We would like to use Google Web Fonts in a PhoneGap app built for iOS devices, but we would like to host the font files within the app's bundle instead of using the code to dynamically fetch the font over the web.
If the device is offline, the fonts won't be available unless the font files are bundled into the app.
Google offers the ability to download the web fonts, but how are we supposed to reference the local font files inside the HTML app?