forked from wezm/wezm.net
Fix format of command
This commit is contained in:
parent
b994ee28fd
commit
d45b6aa0c4
1 changed files with 4 additions and 4 deletions
|
@ -35,9 +35,9 @@ Installation
|
||||||
Fine Tuning
|
Fine Tuning
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
At this point Consolas is now installed but depending on your font smoothing
|
At this point Consolas is now installed, but depending on your font smoothing
|
||||||
settings it [may look a bit thin and ugly][smoothing]. This can be fixed by adjusting your
|
settings it [may look a bit thin and ugly][smoothing]. This can be fixed by
|
||||||
font smoothing settings.
|
adjusting these settings.
|
||||||
|
|
||||||
[smoothing]: /technical/2009/09/font-smoothing-in-snow-leopard/
|
[smoothing]: /technical/2009/09/font-smoothing-in-snow-leopard/
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ because Apple removed it from System Preferences:
|
||||||
1. Open Terminal (Applications > Utilities > Terminal)
|
1. Open Terminal (Applications > Utilities > Terminal)
|
||||||
1. Copy and paste the following at the terminal prompt and press Return:
|
1. Copy and paste the following at the terminal prompt and press Return:
|
||||||
|
|
||||||
defaults -currentHost write -globalDomain AppleFontSmoothing -int 2
|
`defaults -currentHost write -globalDomain AppleFontSmoothing -int 2`
|
||||||
|
|
||||||
For the Terminal shy, this is what the command is doing: The
|
For the Terminal shy, this is what the command is doing: The
|
||||||
[`defaults`][defaults] command manipulates the user defaults, also known as
|
[`defaults`][defaults] command manipulates the user defaults, also known as
|
||||||
|
|
Loading…
Reference in a new issue