Skip to content

Instantly share code, notes, and snippets.

@yewton
Created July 14, 2012 08:56
Show Gist options
  • Save yewton/3110110 to your computer and use it in GitHub Desktop.
Save yewton/3110110 to your computer and use it in GitHub Desktop.
Generate Ricty on Mac OS X Lion
#!/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