Guest User

Untitled

a guest
Jul 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #!/bin/sh
  2. echo '*{font-family:"Lucida Grande" !important;}' > ~/Library/Application\ Support/AppStore/UserStyleSheet.css
  3. defaults write com.apple.AppStore WebKitUserStyleSheetEnabledPreferenceKey -bool true
  4. defaults write com.apple.AppStore WebKitUserStyleSheetLocationPreferenceKey "~/Library/Application Support/AppStore/UserStyleSheet.css"
Add Comment
Please, Sign In to add comment