All Projects → mozilla → Zilla Slab

mozilla / Zilla Slab

Licence: ofl-1.1
Mozilla's Zilla Slab Type Family

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Zilla Slab

Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (-79.81%)
Mutual labels:  typography, webfonts, webfont
Urbanist
Urbanist is a low-contrast, geometric sans-serif inspired by Modernist design and typography.
Stars: ✭ 374 (+17.98%)
Mutual labels:  typography, webfonts, webfont
Unicons
1000+ Pixel-perfect vector icons and Iconfont for your next project.
Stars: ✭ 911 (+187.38%)
Mutual labels:  webfonts, webfont
Eulyoo1945
을유문화사에서 만든 을유1945 폰트를 웹에서 손쉽게 사용할 수 있는 환경을 제공합니다.
Stars: ✭ 24 (-92.43%)
Mutual labels:  webfonts, webfont
Awesome Typography
✏︎ Curated list about digital typography 🔥
Stars: ✭ 947 (+198.74%)
Mutual labels:  typography, webfonts
Bellota-Font
An ornamented Sans Serif font family
Stars: ✭ 21 (-93.38%)
Mutual labels:  typography, webfont
Devopicons
Heavily-optimised version of the Devicons icon-font.
Stars: ✭ 104 (-67.19%)
Mutual labels:  webfonts, webfont
Woffle
Drag and drop woff and woff2 web font generator for macOS
Stars: ✭ 24 (-92.43%)
Mutual labels:  webfonts, webfont
Typography
C# Font Reader (TrueType / OpenType / OpenFont / CFF / woff / woff2) , Glyphs Layout and Rendering
Stars: ✭ 246 (-22.4%)
Mutual labels:  typography, webfonts
vite-plugin-webfont-dl
⚡ Webfont Download Vite Plugin - Make your Vite site load faster
Stars: ✭ 69 (-78.23%)
Mutual labels:  webfonts, webfont
cryptocurrency-icons-font
A webfont for cryptocurrency symbols
Stars: ✭ 21 (-93.38%)
Mutual labels:  webfonts, webfont
Bonmot
Beautiful, easy attributed strings in Swift
Stars: ✭ 3,182 (+903.79%)
Mutual labels:  typography
Web Typography Glossary
Webタイポグラフィの基礎知識と実践
Stars: ✭ 279 (-11.99%)
Mutual labels:  typography
Nuxt Webfontloader
Efficient web font loading has never been easier!
Stars: ✭ 264 (-16.72%)
Mutual labels:  webfont
Typelighterjs
Take a stride into the world of dynamic and appealing typewriters. You can be sure that you will never even think of looking back.
Stars: ✭ 262 (-17.35%)
Mutual labels:  typography
Mozwire
MozWire is an unofficial configuration manager giving Linux, macOS users (among others), access to MozillaVPN.
Stars: ✭ 310 (-2.21%)
Mutual labels:  mozilla
Typogr.js
Typography utils for javascript
Stars: ✭ 289 (-8.83%)
Mutual labels:  typography
Blotter
A JavaScript API for drawing unconventional text effects on the web.
Stars: ✭ 2,833 (+793.69%)
Mutual labels:  typography
Gutenberg
A meaningful web typography starter kit.
Stars: ✭ 2,765 (+772.24%)
Mutual labels:  typography
diaeresis
A lightweight (<1kb minified + gzipped) JavaScript library that lets you wield diæreses like C̶h̶u̶c̶k̶ Mary Norris:
Stars: ✭ 15 (-95.27%)
Mutual labels:  typography

Zilla Slab

A custom family for Mozilla by Typotheque

Download

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.

Installation

virtualenv env
source env/bin/activate

pip install -r requirements.txt

Dependencies to generate webfonts

  • ttfautohint
  • sfnt2woff
  • 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 from source is fairly easy with no additional dependencies (other than the included submodules - brotli, terryfy, esaxx).

Debian-based systems (aptitude | apt)

apt install ttfautohint woff-tools

Generating fonts

build whilst env virtualenv is active

cd sources
sh build.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].