Created
July 14, 2012 08:56
-
-
Save yewton/3110110 to your computer and use it in GitHub Desktop.
Generate Ricty on Mac OS X Lion
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
brew install fontforge | |
brew install wget | |
git clone https://github.com/yascentur/Ricty.git Ricty | |
cd Ricty && \ | |
wget http://levien.com/type/myfonts/Inconsolata.otf && \ | |
wget http://iij.dl.sourceforge.jp/mix-mplus-ipa/56156/migu-1m-20120411-2.zip && \ | |
unzip migu-1m-20120411-2.zip && \ | |
cd migu-1m-20120411-2 && \ | |
cp migu-1m-*.ttf ../ && \ | |
cd - && \ | |
sh ricty_generator.sh Inconsolata.otf migu-1m-regular.ttf migu-1m-bold.ttf && \ | |
cd - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment