Skip to content

Commit

Permalink
Merge pull request #13 from jnardiello/patch-1
Browse files Browse the repository at this point in the history
Substituting fc-cache with fontconfig
  • Loading branch information
gabrielelana committed Jul 17, 2015
2 parents ce64901 + 2e481ae commit fcfef52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ In this repository you can find a bunch of fonts that I use as symbol fonts with
* **Pomicons**: `./fonts/pomicons-regular.ttf`, for further informations and license see https://github.com/gabrielelana/pomicons

## How to install
* (OSX) if you don't have fontcache installed, one way to get it is to run `brew install fc-cache`
* (OSX) if you don't have fontcache installed, one way to get it is to run `brew install fontconfig`
* copy all the fonts from `./build` directory to `~/.fonts` directory
* run `fc-cache -fv ~/.fonts` to let freetype2 know of those fonts
* customize the configuration file `./config/10-symbols.conf` replacing `PragmataPro` with the name of the font you want to use in the terminal (I will add more fonts in the future so that this step could be skippable)
Expand Down

0 comments on commit fcfef52

Please sign in to comment.