To build these fonts, you will need:
-
FontForge, installable on Debian through the
fontforge
package:sudo apt-get install software-properties-common sudo add-apt-repository ppa:fontforge/fontforge sudo apt-get update sudo apt-get install fontforge
macOS users can install using Homebrew:
brew install fontforge
Fedora users should run the following command as root:
yum install fontforge
See FontForge's installation docs for more info.
-
Perl, with the
Font::TTF
andIO::String
modules installed:cpan Font::TTF IO::String
Debian users can install this with the
libfont-ttf-perl
package.macOS users may need to install as root if they encounter permission problems.
-
GNU-compatible Make, installable through Debian package
make
.macOS users who have installed XCode's CLI utils should already have
make
available.
To generate all fonts:
$ make