> On Oct 3, 2018, at 2:03 AM, prl <p...@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

_______________________________________________
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.

Reply via email to