Skip to content

[guide] Setting up Fontmake

justus-hildebrand edited this page Apr 3, 2017 · 1 revision

Make sure that python and python-pip are installed.

In your squeak's shared folder:
(checkout https://github.com/googlei18n/fontmake for details)

git clone [email protected]:googlei18n/fontmake.git
cd fontmake
pip install -r requirements.txt
pip install -e .

Now, to compile a UFO file into an OTF file run:

fontmake -u ../open-baskerville/OpenBaskerville.ufo -o otf"
Clone this wiki locally