Applying User style to iTunes Store browser
via d.hatena.ne.jp
Write and save a user stylesheet, for instance ~/Library/iTunes/Userstyles.css:
*{
font-family:"Lucida Grande" !important;
}
Then set the CSS path to iTunes Webkit preferences:
defaults write com.apple.iTunes WebKitUserStyleSheetEnabledPreferenceKey -bool true
defaults write com.apple.iTunes WebKitUserStyleSheetLocationPreferenceKey ~/Library/iTunes/Userstyles.css
Done!
(Why we need this: the new iTunes 9 store uses Microsoft fonts as the first candidate so if you have MS Office for Mac installed you’ll get ugly fonts in there)