Skip to content

Instantly share code, notes, and snippets.

@jaronoff
Created April 20, 2015 17:04
Show Gist options
  • Save jaronoff/1400386614e91a9c0152 to your computer and use it in GitHub Desktop.
Save jaronoff/1400386614e91a9c0152 to your computer and use it in GitHub Desktop.
Font Fix for fixing broken fonts in Chrome on Mac OS X
#remove font caches for all users
%x( sudo atsutil databases -remove )
#Stop and start the ATS Server
%x( atsutil server -shutdown )
#Restart the ATS Server
%x( atsutil server -ping )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment