How can I change the default font size in Notes' DefaultFonts.plist on a Mac version 10.9
What I have tried:
- Go to
/Applications/Notes.app/Contents/Resources/en.lproj/ - Add myself to read & write permissions.
- But when I open
DefaultFonts.plistit stays locked.
How can I put this in?
<dict>
<key>FontName</key>
<string>Garamond</string>
<key>Size</key>
<integer>124</integer>
</dict>