MacOS – increase the default font size for the Notes in Mountain Lion

macosnotes.app

Can I increase the default font size for the Notes in Mountain Lion?

The text is too small, I would like to see big characters when I create a new note instead.

UPDATE:

<dict>
        <key>FontName</key>
        <string>Noteworthy-Light</string>
        <key>Size</key>
        <integer>20</integer>
</dict>

Best Answer

You can go in "Terminal.app" and write (if your system is in english):

nano /Applications/Notes.app/Contents/Resources/en.lproj/DefaultFonts.plist

You will see a long file, but it's easy to understand it's content. You just need to change the ?? value, it is the default font size for each font.

When you are done, just control+O to save then control+X to close.

Restart Notes, select your default font and your font should follow the new default