mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / font-reduce.mdwn
1 I've been playing with [[fonts]] recently, and wrote
2 [[font-reduce.py]] to generate compressed subsets of free fonts to
3 [WOFF][] for use on my website.  It uses [FontForge][]'s [[Python]]
4 interface, and has a few options to customize the generated [WOFF][]
5 metadata.
6
7 If this doesn't quite scratch your itch, you may also want to consider
8 the similar [subset.py][] from the Google font directory.  They do a
9 better job creating custom subsets.  I do a better job preserving and
10 generating metadata.
11
12 [WOFF]: http://en.wikipedia.org/wiki/Web_Open_Font_Format
13 [FontForge]: http://fontforge.sourceforge.net/
14 [subset.py]: http://code.google.com/p/googlefontdirectory/source/browse/tools/subset/subset.py