Skip to content

Instantly share code, notes, and snippets.

@nitsas
Created May 21, 2015 15:39
Show Gist options
  • Save nitsas/bc3e0035be72c78fbd0b to your computer and use it in GitHub Desktop.
Save nitsas/bc3e0035be72c78fbd0b to your computer and use it in GitHub Desktop.
Fix broken fonts in chrome for mac
#!/usr/bin/env bash
# This should fix broken fonts in chrome for mac.
# (from here: http://surgeworks.com/blog/general/how-to-fix-chrome-for-mac-broken-fonts)
atsutil databases -removeUser
atsutil server -shutdown
atsutil server -ping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment