Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla/zilla-slab
Mozilla's Zilla Slab Type Family
https://github.com/mozilla/zilla-slab
mozilla typography webfont webfonts
Last synced: 20 days ago
JSON representation
Mozilla's Zilla Slab Type Family
- Host: GitHub
- URL: https://github.com/mozilla/zilla-slab
- Owner: mozilla
- License: ofl-1.1
- Created: 2017-05-05T09:46:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-06T03:24:31.000Z (over 1 year ago)
- Last Synced: 2024-10-29T10:03:01.921Z (about 1 month ago)
- Topics: mozilla, typography, webfont, webfonts
- Language: Shell
- Homepage:
- Size: 9.59 MB
- Stars: 419
- Watchers: 22
- Forks: 29
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-fonts - Zilla Slab - Mozilla font (Free fonts)
- awesome-github-repos - mozilla/zilla-slab - Mozilla's Zilla Slab Type Family (Shell)
- awesome-design - mozilla/zilla-slab
README
# Zilla Slab
A custom family for Mozilla by Typotheque
## Download
To quickly grab the generated fonts you can [download the latest release](https://github.com/mozilla/zilla-slab/releases/latest). You can also find Zilla Slab hosted on [Google Fonts](https://fonts.google.com/specimen/Zilla+Slab) and [Mozilla's own CDN](https://code.cdn.mozilla.net/fonts/zilla-slab.css) to reference in your projects directly. If you would like to generate the fonts from their original source, read on.
## Installation
```
virtualenv env
source env/bin/activatepip install -r requirements.txt
```## Dependencies to generate webfonts
* ttfautohint
* sfnt2woff
* [woff2](https://github.com/google/woff2)### Install on MacOS
```
brew tap bramstein/webfonttools
brew update
brew install ttfautohint
brew install bramstein/webfonttools/sfnt2woff
brew install bramstein/webfonttools/woff2```
### Install on Linux
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](https://github.com/google/woff2) from source is fairly easy with no additional dependencies (other than the included submodules - [brotli](https://github.com/google/brotli), [terryfy](https://github.com/MacPython/terryfy), [esaxx](https://github.com/hillbig/esaxx)).
#### Debian-based systems (aptitude | apt)
`apt install ttfautohint woff-tools`## Generating fonts
build whilst env virtualenv is active
```
cd sources
sh build.sh
```