Your welcome. ‘font’ declarations are for the actual font name/family. They can be used however as a ’shorthand’ property with more info. But for it to work, you have to specify at least a size and name/family. (other options are style, variant and weight)
So: * { font: 12px; } won’t work, but this should: * { font: 12px “Arial, Helvetica, sans-serif"; } Personally, I prefer standard declarations as the shorthand versions are prone to quirks and since gtk+3 isn’t a necessarily faithful/complete implementation of web css, some might not work at all. I’ll take a look at the wiki and adjust it as necessary for clarity and offering the most likely solutions to work. Regards, Adrien > On Oct 1, 2018, at 4:59 PM, Greg Etling <getl...@gmail.com> wrote: > > Adrien, > > Thank you for this. I compared and tested against what is on the Wiki page > (using my phone to avoid the blacklist!), and what you sent worked. Note for > others, at least with Gnucash 3.2 and 3.3 and OSX High Sierra, 'font-size' > worked while 'font' (as recommended on the wiki) had no effect. > > Side effect of installing 3.3 - when I downgraded to 3.2, all of my graphs > are too wide when set at 100% width. They are fine now that I've been able to > re-upgrade thanks to this workaround, but just noting the behavior for anyone > else switching between the two versions. > > Greg > 917-664-0083 > http://gregetling.com > -- > "The credit belongs to the man who is actually in the arena, whose face is > marred by dust and sweat and blood; who strives valiantly; who errs, who > comes short again and again, because there is no effort without error and > shortcoming" -Theodore Roosevelt > > On Mon, Oct 1, 2018 at 3:07 PM, Adrien Monteleone > <adrien.montele...@lusfiber.net> wrote: > Greg, > > I don’t use the .ini method on Mac (is that not just for Windows?) but I can > attest that a custom css file works fine. > > Create a file called gtk-3.0.css and store it in “~/Library/Application > Support/Gnucash” > > Use the following css declaration to alter *all* fonts used in the UI. > > * { > font-size: 12px; > } > > Set the size as desired if 12px doesn’t appeal to you. You may need to > restart Gnucash between edits to see the changes. > > If you want to target only specific UI elements, you’ll need to use the > gtk-inspector to figure out the proper element names/classes to target. > > Regards, > Adrien > > > On Oct 1, 2018, at 1:27 PM, Geert Janssens <geert.gnuc...@kobaltwit.be> > > wrote: > > > > Greg, > > > > The blacklisted IP is something to take up with Derek (Derek Atkins > > <warl...@mit.edu>). He manages the infrastructure that runs the wiki. > > > > I don't think there have been changes in the code itself, but the wiki has > > been updated to be more detailed with regards to expected file locations on > > different platforms. As I don't have access to a recent enough Mac I can't > > verify any of these details myself though. > > > > Others may have hands on experience. > > > > Geert > > > > Op maandag 1 oktober 2018 19:31:16 CEST schreef Greg Etling: > >> Two items: > >> > >> > >> 1. For some reason my home IP has been blacklisted and I've been unable > >> to access wiki.gnucash.org for some time now. So I cannot reconfirm > >> point 2 but working from memory... > >> 2. I have previously tried to set some font settings through the > >> settings.ini on 3.x and been entirely unsuccessful in seeing any changes > >> reflected in the UI. Are there fixes to this issue in the Mac version of > >> 3.3 that would make this more reliable than with 3.2? > >> > >> > >> > >> Greg > >> 917-664-0083 > >> http://gregetling.com > >> -- > >> "The credit belongs to the man who is actually in the arena, whose face is > >> marred by dust and sweat and blood; who strives valiantly; who errs, who > >> comes short again and again, because there is no effort without error and > >> shortcoming" -Theodore Roosevelt > >> > >> > >> On Mon, Oct 1, 2018 at 8:45 AM Geert Janssens <geert.gnuc...@kobaltwit.be> > >> > >> wrote: > >>> Op maandag 1 oktober 2018 13:37:12 CEST schreef Greg Etling: > >>>> Apologies for threading/formatting issues as I was not subscribed to the > >>>> list for this message. > >>>> > >>>> Is there any way to manually revert the size to 72/inch on Mac? The > >>> > >>> larger > >>> > >>>> font now causes major issues on my 13" pre-retina (1280x800) screen, > >>>> including an inability to resize the window width to be less/equal to > >>>> screen width. It's bad enough from a usability standpoint that I > >>>> reverted > >>>> to 3.2. > >>> > >>> You may set a custom default font size via gtk's settings.ini file: > >>> https://wiki.gnucash.org/wiki/GTK3#Via_settings.ini > >>> > >>> Geert > >>> > >>> > >>> _______________________________________________ > >>> 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. > > > > > > > > > > _______________________________________________ > > 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. > > > > > _______________________________________________ > 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. > _______________________________________________ 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.