Skip to content

Instantly share code, notes, and snippets.

@jacks0n
Created May 19, 2014 02:22
Show Gist options
  • Save jacks0n/175bd2fbf3041fc1c884 to your computer and use it in GitHub Desktop.
Save jacks0n/175bd2fbf3041fc1c884 to your computer and use it in GitHub Desktop.
Install all Google Fonts for OS X
# To update replace line below with: hg pull && hg update
hg clone https://googlefontdirectory.googlecode.com/hg/ googlefonts
find . -name "*.ttf" -exec cp {} /Library/Fonts \;
fc-cache -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment