Skip to content

Instantly share code, notes, and snippets.

@niw
Created January 6, 2011 16:17
Show Gist options
  • Save niw/768099 to your computer and use it in GitHub Desktop.
Save niw/768099 to your computer and use it in GitHub Desktop.
Address AppStore.app Font issue
#!/bin/sh
echo '*{font-family:"Lucida Grande" !important;}' > ~/Library/Application\ Support/AppStore/UserStyleSheet.css
defaults write com.apple.AppStore WebKitUserStyleSheetEnabledPreferenceKey -bool true
defaults write com.apple.AppStore WebKitUserStyleSheetLocationPreferenceKey "~/Library/Application Support/AppStore/UserStyleSheet.css"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment