Skip to content

Instantly share code, notes, and snippets.

@nrodrigues
nrodrigues / gist:6042960
Last active December 20, 2015 00:39 — forked from danro/gist:3837163
# Fix font smoothing on Lion / Mountain Lion Terminal.app [range: 0-3]
defaults write com.apple.Terminal AppleFontSmoothing -int 1
# System wide change, not recommended
# Fix font smoothing on Lion / Mountain Lion [range: 0-3]
defaults -currentHost write -globalDomain AppleFontSmoothing -int 1