Download Google’s Web Fonts
Update: Well, that was kind of a waste of time.
It turns out Google did make the fonts available–sort of. Buried in the sixth paragraph of the announcement on the Google Code blog is a link to the Google Code Font Directory project, which is hosting the original source files for all the fonts.
There’s no single-archive download yet, but I filed an issue asking for one. (Please star that so it gets noticed.) Until there’s a single official download, I decided to host a zipped clone of the repository. I plan on removing this whenever Google adds a downloadable archive to the source repository, which will hopefully be soon.
Google Web Fonts Download (17.8 MB)
I also decided to nuke my Google Font Extractor repository since it’s irresponsible to promote an incomplete distribution of the fonts.
It wasn’t a complete waste of time, Python makes me happy. For the curious, here’s my extractor script.
Here’s the original post:
Google’s new Font Directory and API could have a transformative effect on how the web looks. Some of the fonts look great, though after all these years anything would be a refreshing break from the monotony of Arial, Times, Georgia and Verdana.
However, web designers must be able to experiment in non-browser applications. For whatever reason, Google has made it very difficult to download the actual font files [see above...]. So, I wrote this little script:
Google Font Extractor
The script will download the full set of open source Google Fonts to your computer.
Of course, until MobileSafari (and Android’s browser) supports TrueType-flavored @font-face declarations, which I kind of expect they will, the whole endeavor will be kind of hamstrung.

