HTML5 offline cache google font api
Posted
by Bala Clark
on Stack Overflow
See other posts from Stack Overflow
or by Bala Clark
Published on 2010-05-21T14:30:18Z
Indexed on
2010/05/22
17:00 UTC
Read the original article
Hit count: 206
I'm trying to create an offline HTML5 test application, and am playing with the new google fonts api at the same time. Does anyone have any ideas how to cache the remote fonts? Simply putting the api call in the cache manifest doesn't work, I assume this is because the api actually loads other files (ttf, eot, etc).
Any ideas if using the font api offline would be possible?
For reference this is the call I am making:
http://fonts.googleapis.com/css?family=IM+Fell+English|Molengo|Reenie+Beanie
© Stack Overflow or respective owner