[GNC] font size

Adrien Monteleone adrien.monteleone at lusfiber.net
Sun Oct 7 12:52:11 EDT 2018


For simplicity,

* {
  font-size: 12px;
}

is the minimum needed to change the size. You can use the shorthand ‘font’ property as you indicated, but you have to include the font-family for it to work. Of course, using it, you can also change the font if you wish.

Regards,
Adrien

> On Oct 7, 2018, at 5:21 AM, Frederick Bambrough <mlist at ypical.myzen.co.uk> wrote:
> 
> In message <59F2E470-39FF-429D-91E7-3DBDFCD2CBA2 at gmail.com>
>     Red Ochre <redochre77 at gmail.com> wrote:
> 
>> I have the same question as Alex Garcia, below. I am a Mac user of
>> GnuCash and the font size has suddenly increased and is too big since
>> updating to V3.3 I looked at the GnuCash wiki re GTK3 but I’m not
>> technical enough to understand. I tried to enter "gtk-query-settings
>> theme” into the terminal but it came back with there is no such command.
>> I looks like I might need to install a tool GTK3 and then learn how to
>> run it. I hope I am mistaken here - all I want to do is to put the font
>> size back to where it was before the upgrade to V3.3. Surely that
>> shouldn’t be that hard.
>> 
>> Thanks for any advice.
> [snip]
> 
> Just been through this myself and had good help on IRC so...
> 
> In TextEdit type in;
> 
> * {
>  font: 12px Arial, Helvetica, sans-serif;
> }
> 
> Save the file in
> 
> ~/Library/Application Support/GnuCash/config/gtk-3.0
> 
> Name it;
> 
> gtk.css
> 
> You may find that placing the pointer over the 'Reconciled' column in an
> account causes the tooltip to flicker rapidly. This can be fixed by
> creating a new file in the same place named 'settings.ini'.
> 
> This file should contain;
> 
> [Settings]
> gtk-cursor-theme-size=16
> 
> Hope this is helpful
> 
> -- 
> Fred
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at 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.




More information about the gnucash-user mailing list