Skip to content

Instantly share code, notes, and snippets.

@BenWhitehead
Last active August 29, 2015 13:57
Show Gist options
  • Save BenWhitehead/9532555 to your computer and use it in GitHub Desktop.
Save BenWhitehead/9532555 to your computer and use it in GitHub Desktop.
IntelliJ IDEA Font anti-aliasing settings
echo "-Dswing.aatext=true" >> $IDEA_HOME/bin/idea.properties
echo "-Dawt.useSystemAAFontSettings=on" >> $IDEA_HOME/bin/idea.properties