1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-19 03:12:07 +02:00

Updates readme with alternate/easier way to patch fonts on OS X (fixes #38)

This commit is contained in:
ryanoasis 2015-11-10 20:19:56 -05:00
parent 112e0a5593
commit 41875afee5

View File

@ -143,12 +143,20 @@ Diagram created using [@SankeyMATIC](http://sankeymatic.com/)
Patching the font of your own choosing for use with the [vim-devicons](https://github.com/ryanoasis/vim-devicons) vim plugin:
* requires: python2, python-fontforge package (version 20141231 or later, see
the [install instructions](http://designwithfontforge.com/en-US/Installing_Fontforge.html))
* usage:
* can alternately be installed on OSX via: `brew install fontforge`
* Usage:
```
./font-patcher PATH_TO_FONT
```
* Alternate usage: Alternately the patcher can be run through the fontforge binary using the script flag:
```
./fontforge -script font-patcher PATH_TO_FONT
```
```
usage: font-patcher [-h] [-s] [-q] [-w] [--fontawesome] [--octicons]
[--pomicons]