In many windows versions there are 2 apps: notepad.exe and wordpad.exe. Notepad is a 'text editor'. Wordpad is a relic of the days of RTF-formatted text. It frequently trips up people thinking it looks like a text editor.
Be sure which one you intend to use. : George -- -- -- Sent by Droid. On April 4, 2019 11:19:01 AM PDT, 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:[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.
