You guys lost me at GTK. I am definitely out of my league here.*********I can certainly create a .css file but where do I put it? It sounds like there is supposed to be one somewhere. **********I am running GnuCash 4.1 on MacOSX 10.14.6. There is no GnuCash folder in my HOME/Library/Application Support. I looked at the package contents for the .app but I don't think that is what I am supposed to mess with.********I have never done any Linux/Unix and know nothing about special line endings.
Thanks,mgk On Friday, August 14, 2020, 07:21:31 PM EDT, gnucash-user-requ...@gnucash.org <gnucash-user-requ...@gnucash.org> wrote: Message: 9 Date: Fri, 14 Aug 2020 22:52:53 +0000 (UTC) From: Marilyn Graves Kimple <mgkim...@yahoo.com> To: "GTI .H" <gti90...@gmail.com> Thanks. This looks pretty scary but I will study on it. I used to code HTML/CSS and I vaguely remember doing some DOS. I am a Mac person and don't remember the last time I used the Console. Best regards,mgk On Friday, August 14, 2020, 10:53:35 AM EDT, GTI .H <gti90...@gmail.com> wrote: Here's how to do it: https://wiki.gnucash.org/wiki/GTK3#Visual_Styling Is there a way to customize the font size in GnuCash? I do not have an easy time reading screens and I also have arthritis in my hands, which means I need a bigger target for my cursor. I looked at the documentation and all I could find was a style sheet for reports. My built-in Mac tricks for screen reading (control+, track pad motions) do not work with GnuCash. Thanks--?Marilyn Graves Kimple ------------------------------ Message: 10 Date: Fri, 14 Aug 2020 17:57:54 -0500 (CDT) From: Jimmy R <mikromal...@yahoo.com> This will get you there fast gtk.css /* Application wide font setting */ * { font: 16px arial; } ------------------------------ Message: 11 Date: Fri, 14 Aug 2020 18:19:43 -0500 From: Adrien Monteleone <adrien.montele...@lusfiber.net> Subject: Re: [GNC] help increasing size of font in GnuCash? No console work necessary. Not sure what OS you are on, but just use your favorite text editor, but be sure to use Linux/Unix line endings. (some versions of Notepad I think use Windows endings) And of course save in plain text, not rich text or anything formatted. Create a file called gtk-3.0.css containing at the least: * { font-size: 16px; } This will of course affect every single text element of the UI, like a magnifying glass. Since you know CSS, you know you can play with the 16 and the px unit. (not all Web CSS is recognizable in GTK, but much of it is) That wiki page goes into more detail about where to save the file, and what else you can put in it. (to target certain parts of the UI rather than using the "*" sledgehammer. Regards, Adrien _______________________________________________ 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.