Add instructions to get SF Mono fonts

This commit is contained in:
Marcel Bischoff 2016-07-11 01:21:03 +02:00 committed by GitHub
parent c90ce6d06e
commit d7425c020f

View File

@ -687,6 +687,12 @@ atsutil server -shutdown && \
atsutil server -ping atsutil server -ping
``` ```
#### Get SF Mono Fonts
You need to download and install Xcode 8 beta for this to work. Afterwards they should be available in all applications.
```bash
cp -v /Applications/Xcode-beta.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/Resources/Fonts/SFMono-* ~/Library/Fonts
```
## Functions ## Functions