No problem, Adrien. Considering you stayed with me on this topic, I can’t really complain.
Further to your mail below, using font-family as the keyword does work! Now, my currency symbol also shows up! Thank you for your support. Much appreciated. Cheers. On 25-Jan-2019, at 10:30 PM, [email protected]<mailto:[email protected]> wrote: Date: Fri, 25 Jan 2019 07:25:01 -0600 From: Adrien Monteleone <[email protected]<mailto:[email protected]>> To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: [GNC] Currency symbol (INR) not showing on Tax Invoice report Message-ID: <[email protected]<mailto:[email protected]>> Content-Type: text/plain; charset=utf-8 Deva, My apologies for your wasted time with my inaccurate code. If you only want to change the font use this: * { font-family: Helvetica; } If you use what I provided earlier: * { font: Helvetica; } which is the shorthand property, it won?t work, you must at least specify a size like so: * { font: 1em Helvetica; } I just tested this. Again, my apologies. If that still doesn?t work, I?m out of ideas. Regards, Adrien _______________________________________________ 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.
