A custom family for Mozilla by Typotheque
To quickly grab the generated fonts you can download the latest release. You can also find Zilla Slab hosted on Google Fonts and Mozilla's own CDN to reference in your projects directly. If you would like to generate the fonts from their original source, read on.
virtualenv env
source env/bin/activate
pip install -r requirements.txt
- ttfautohint
- sfnt2woff
- woff2
brew tap bramstein/webfonttools
brew update
brew install ttfautohint
brew install bramstein/webfonttools/sfnt2woff
brew install bramstein/webfonttools/woff2
Install the dependencies with the respective package manager for your distribution (eg. apt - Debian-based systems, dnf - Red Hat-based systems, etc)
Note : Compiling woff2 from source is fairly easy with no additional dependencies (other than the included submodules - brotli, terryfy, esaxx).
apt install ttfautohint woff-tools
build whilst env virtualenv is active
cd sources
sh build.sh