[GNC] GnuCash 3.3 Released
John Ralls
jralls at ceridwen.us
Wed Oct 3 09:42:05 EDT 2018
> On Oct 3, 2018, at 2:03 AM, prl <prl at ozemail.com.au> wrote:
>
> On my Mac (OS X 10.11.6), GnuCash 3.3 (native, not X Window) has increased the font size in the registers.
>
> I tried to reduce it by creating ~/.gtkrc-2.0.gnucash with contents:
>
> style "font"
> {
> font_name = "Arial Narrow 8"
> }
> widget_class "*" style "font"
> gtk-font-name = "Arial Narrow 8"
>
> as suggested in https://wiki.gnucash.org/wiki/FAQ#Q:_How_get_I_rid_of_strange_unreadable_characters_or_adjust_the_font_size, but that seems to have no effect. I've tried a couple of different font sizes, and using Helvetica instead of Arial Narrow, also with no effect.
>
> Anyone have any suggestions?
In ~/Library/Application Support/Gnucash/config/gtk-3.0/gtk.css put:
* {
font-name: Arial Narrow;
font-size: 8pt;
}
You’ll need to create the directories config/gtk-3.0 and the file.
For more adjustments you can make see https://wiki.gnucash.org/wiki/GTK3 <https://wiki.gnucash.org/wiki/GTK3>.
Regards,
John Ralls
More information about the gnucash-user
mailing list