Created
January 6, 2011 16:17
-
-
Save niw/768099 to your computer and use it in GitHub Desktop.
Address AppStore.app Font issue
This file contains hidden or 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
#!/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