-
Notifications
You must be signed in to change notification settings - Fork 20
Step by Step Guide
Thai Pangsakulyanont edited this page Jun 13, 2015
·
9 revisions
- Install Homebrew and XQuartz.
Go to http://brew.sh/, scroll down to the Install Homebrew section, copy the code and paste that into Terminal. Follow the on-screen instructions.
Also download and install XQuartz.
- Install FontForge with Python Support
In a Terminal, type in:
brew install fontforge --with-python
It will take a while to install FontForge, Python, and all dependencies.
- Run the Font Patcher
This script should do it:
mkdir -p /tmp/YosemiteSystemFontPatcher && cd /tmp/YosemiteSystemFontPatcher && curl -L https://github.com/dtinth/YosemiteSystemFontPatcher/archive/master.tar.gz | tar xvz --strip 1 && ./bin/convenient-script && open .
There are many variants of system fonts: Regular, Bold, Italic, Bold Italic, Medium, Medium Italic, Light, Thin, Ultra Light, and Heavy. For best results, you should convert all of them.
Otherwise, it is recommended that you convert at least these 3 fonts, as they are mostly used:
- System Font Regular
- System Font Bold
- System Font Medium P4
- Copy the Resulting Font to /Library/Fonts
Note! Copy to /Library/Fonts in your Macintosh HD, not your home folder. See issue #16 for more details.