Skip to content

Commit

Permalink
.macos: Add reference for subpixel font rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and mathiasbynens committed Mar 15, 2017
1 parent 6214a9b commit 03c7aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .macos
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ defaults write com.apple.screencapture type -string "png"
defaults write com.apple.screencapture disable-shadow -bool true

# Enable subpixel font rendering on non-Apple LCDs
# Reference: https://github.com/kevinSuttle/macOS-Defaults/issues/17#issuecomment-266633501
defaults write NSGlobalDomain AppleFontSmoothing -int 2

# Enable HiDPI display modes (requires restart)
Expand Down

0 comments on commit 03c7aa8

Please sign in to comment.