From 67be835d1b52f98dc7e301cb49b07a7afa4c26b4 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Sat, 17 Jan 2015 10:26:36 +0100 Subject: brew.sh: Install font tools Thanks to @bramstein for creating these formulae! https://twitter.com/bram_stein/status/556357864038883328 --- brew.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/brew.sh b/brew.sh index 039eca2..39a317e 100755 --- a/brew.sh +++ b/brew.sh @@ -47,6 +47,12 @@ brew install homebrew/dupes/openssh brew install homebrew/dupes/screen brew install homebrew/php/php55 --with-gmp +# Install font tools. +brew tap bramstein/webfonttools +brew install sfnt2woff +brew install sfnt2woff-zopfli +brew install woff2 + # Install some CTF tools; see https://github.com/ctfs/write-ups. brew install bfg brew install binutils -- cgit v1.2.3