Created
April 20, 2015 17:04
-
-
Save jaronoff/1400386614e91a9c0152 to your computer and use it in GitHub Desktop.
Font Fix for fixing broken fonts in Chrome on Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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