From 46139ca2ecfe6c73ef8a6b5839f41db025a75397 Mon Sep 17 00:00:00 2001 From: Doeke Zanstra Date: Wed, 18 Jul 2018 12:48:49 +0200 Subject: [PATCH] Added macOS+homebrew installation instructions to README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3885cd5..5158871 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Fantasque Sans Mono A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. -[Download](https://github.com/belluzj/fantasque-sans/releases/latest). +[Download](https://github.com/belluzj/fantasque-sans/releases/latest) or see [installion instructions](#installation). ![](Specimen/urxvt13.png) @@ -65,6 +65,14 @@ Github](http://github.com/belluzj/cosmic-sans-neue/issues) if you stumble upon bad design or rendering problems (with screen shot if possible), or if you need more characters, or if you want to compliment me (I love compliments). +Installation +------------ + +On macOS with [homebrew](https://brew.sh): + + brew tap homebrew/cask-fonts #You only need to do this once for cask-fonts + brew cask install font-fantasque-sans-mono + Building installable font files -------------------------------