WOW! I have to admit that I've had to squint a little bit more with some of the latest versions of Gnucash. Most of the solutions that you see are so much more involved that, even with past experience in coding & Linux, I've decided not to mess with it.
This solution was so quick and effective that it's almost unbelievable! Thank you so very much, Denny On Thu, Apr 4, 2019 at 1:20 PM Adrien Monteleone < [email protected]> wrote: > Good to know about Notepad. It could be that older versions of the app > weren’t as versatile with line endings. > > And yes, multi vs. single line css is just a style convention. > > > Regards, > Adrien > > > On Apr 4, 2019, at 12:49 PM, Timothy B. Taylor <[email protected]> > wrote: > > > > For what it's worth ... Notepad worked just fine for me ... GnuCash 3.5, > Windows 10 Pro version 1803 ... > > > > After trying a few variations ... various fonts and sizes ... I ended up > with > > > > * { font: 10pt verdana, arial, sans-serif; } > > > > ... and by the way it works fine on one line ... Thanks! Tim > > > > > > On Thu, Apr 4, 2019 at 12:39 PM Adrien Monteleone < > [email protected]> wrote: > > Create a file using a text editor. (not Notepad) Be certain the editor > uses linux/unix line endings. > > > > Name it gtk-3.0.css > > > > Put this in the file: > > > > * { > > font: 12px arial, sans-serif; > > } > > > > Save it in C:\Users\{your user name}\AppData\Roaming\GnuCash > > > > Start or restart GnuCash. > > > > Adjust the font size and font name in the file as desired, that was just > an example. You can also use other font size units like em or pt if you > prefer. The font property takes a size and a list of fonts. Generic names > like ’sans-serif’ will use the system font of that type. The app will try > to use the fonts in the order you give, so if it can’t find or use your > first choice, it will fall back to the next one on the list. > > > > Regards, > > Adrien > > > > > On Apr 4, 2019, at 6:49 AM, Gareth Davies < > [email protected]> wrote: > > > > > > Thanks Adrien for the reply, > > > > > > I have looked at the Wiki, but as a layman I don’t know exactly what > to do, > > > > > > Regards, > > > Gareth > > > > > > > > > -----Original Message----- > > > From: gnucash-user [mailto:gnucash-user-bounces+gareth.davies.1= > [email protected]] On Behalf Of Adrien Monteleone > > > Sent: 03 April 2019 16:52 > > > To: Gnucash Users <[email protected]> > > > Subject: Re: [GNC] Fonts > > > > > > Check the FAQ on the wiki. There is a set of linked pages there > detailing how to set your own style sheet to change colors, fonts, padding, > etc. > > > > > > If you want the same font across the entire UI, you’ll want to use the > * selector. > > > > > > Regards, > > > Adrien > > > > > >> On Apr 3, 2019, at 7:10 AM, Gareth Davies via gnucash-user < > [email protected]> wrote: > > >> > > >> Using V3.5 on Windows 10 > > >> > > >> > > >> > > >> Hi, > > >> > > >> > > >> > > >> Since upgrading to V3.5 today I have noticed that all the fonts in > the > > >> program have changed to a very thin one which doesn't stand out as on > > >> the previous version. > > >> > > >> > > >> > > >> How can I change the default text font to one which is bolder and > > >> easier to read. > > >> > > >> > > >> > > >> Many thanks, > > >> > > >> Gareth > > > > > > _______________________________________________ > gnucash-user mailing list > [email protected] > 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 [email protected] 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.
