[buildout]parts = liberation-fonts ipaex-fonts[fonts]location = ${buildout:parts-directory}/${:_buildout_section_name_}# Liberation(tm) Fonts - a font family which aims at metric# compatibility with Arial, Times New Roman, and Courier New.# https://fedorahosted.org/liberation-fonts/[liberation-fonts]recipe = hexagonit.recipe.downloadstrip-top-level-dir = trueurl = https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-1.06.0.20100721.tar.gzmd5sum = ca4870d899fd7e943ffc310a5421ad4ddestination = ${fonts:location}/${:_buildout_section_name_}# IPAex Font - Japanese fonts provided by IPA# http://ossipedia.ipa.go.jp/ipafont/index.html[ipaex-fonts]recipe = hexagonit.recipe.downloadstrip-top-level-dir = trueurl = http://info.openlab.ipa.go.jp/ipafont/fontdata/IPAexfont00103.zipmd5sum = ac67b2fc3aab7f683d89f0070df284e7destination = ${fonts:location}/${:_buildout_section_name_}