Skip to content

Instantly share code, notes, and snippets.

@chrissimpkins
Last active April 17, 2018 19:24
Show Gist options
  • Save chrissimpkins/69660d5ebc1a4f2a2793 to your computer and use it in GitHub Desktop.
Save chrissimpkins/69660d5ebc1a4f2a2793 to your computer and use it in GitHub Desktop.
How to Use Hack in Sublime Text
{
"font_face": "Hack",
"font_size": 10
}
@pitpit
Copy link

pitpit commented Sep 19, 2017

Ok, I found how to make it works cleaning font cache :

  1. Close Sublime Text
  2. Remove Hack from FontBook
  3. Clear font cache
sudo atsutil databases -remove
  1. Download the latest version of Hack
  2. Install it with FontBook
  3. Launch Sublime Text

image
@

@sfsekaran
Copy link

FYI-- clearing your font cache may necessitate rebooting, in order to rebuild the cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment