[GNC] Change text color

Adrien Monteleone adrien.monteleone at lusfiber.net
Thu Aug 2 09:18:33 EDT 2018


Peter,

I saw those last night, but haven’t played with them yet.

I’ll fire up the inspector later this evening and report back what I find.

Regards,
Adrien

> On Aug 2, 2018, at 4:28 AM, Peter Jackson <jackson at fastmail.net> wrote:
> 
> Adrien,I have been following this with interest and have made changes in my Windows 10 system. Many thanks. I am wondering if you could you tell me how I can customise the Notebook Tabs, which, in Preferences, Windows, I have set to Top.
> Thanks,
> 
> Peter
> 
> 
> Nurton Court
> Middleton-on-the-Hill
> Ludlow SY8 4BD
> Tel: 01568 750 248 Mob: 07955 586 476
> 
> On 2 August 2018 at 04:46, Adrien Monteleone <adrien.monteleone at lusfiber.net> wrote:
> Oh, and if ‘font-family: Arial Bold;’ works, but ‘font-weight: bold;’ on the regular Arial font does not, then ‘font-weight: bold;’ is likely not working at all.
> 
> ‘Arial Bold’ is it’s own distinct font. (though the original ‘Arial’ can be made to look bold in most applications. There are several other variants of Arial as well.)
> 
> Most web browsers will first try to use a natural bold variant if found before doing their own font weighting, but Gtk may not be getting either of these methods right.
> 
> Regards,
> Adrien
> 
> > On Aug 1, 2018, at 4:53 PM, GT-I9070 H <gti9070h at gmail.com> wrote:
> > 
> > Em qua, 1 de ago de 2018 às 16:54, Adrien Monteleone <adrien.monteleone at lusfiber.net> escreveu:
> > font-weight: bold might depend on the font file itself, though Arial pretty much includes the kitchen sink and a dishwasher for good measure.
> > 
> > Try:
> > 
> > font-weight: 600;
> > 
> > You can use #s instead of names in increments of 100. (100,200,300...900) I think 400 is the same as ’normal’.
> > 
> > I had forgotten to say that this
> > 
> >  #account_tree header button {
> >   font-family: Arial Bold;
> > }
> > 
> > and
> > 
> >  #account_tree {
> >   font-weight: 600;
> > }
> > 
> > works, and I had already tested this
> > 
> > #account_tree header button {
> >   font-weight: 600;
> > }
> > 
> > for several values and does not work.
> > See: https://www.w3schools.com/cssref/pr_font_weight.asp
> > 
> > 
> > Regards
> > GTI
> 
> 
> _______________________________________________
> 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