How can I change the font size in GnuCash on OS X? I wasn't able to find anything in the preferences.
I tried using 'gconftool-2' on '~/.gconf' where GnuCash stores its GTK settings, but I wasn't able to get it to read the settings directory.
For GnuCash 3.x, you need to create a gtk.css in the directory ~/Library/Application\ Support/Gnucash/config/gtk-3.0 with the following contents:
* {
font: 14pt arial, sans-serif;
}
or whatever CSS settings you may prefer.