Skip to content

Instantly share code, notes, and snippets.

@oldpiano
Created June 9, 2013 23:14
Show Gist options
  • Select an option

  • Save oldpiano/5745672 to your computer and use it in GitHub Desktop.

Select an option

Save oldpiano/5745672 to your computer and use it in GitHub Desktop.
Change Default Font of Safari 6
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2StandardFontFamily Georgia
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DefaultFontSize 16
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2FixedFontFamily Menlo
defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2DefaultFixedFontSize 14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment