[GNC] Currency symbol (INR) not showing on Tax Invoice report

Adrien Monteleone adrien.monteleone at lusfiber.net
Fri Jan 25 08:25:01 EST 2019


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

> On Jan 25, 2019, at 7:14 AM, Deva - <pobox.deva at outlook.in> wrote:
> 
> Sorry Adrien, still no joy!
> 
> I was ok with changing the font on the entire invoice, so I used your first example.
> 
> In character viewer, I can see rupee symbol available in Helvetica font, so I tried using that font with and without double quote, but nothing changes.
> 
> So I tried other fonts for which rupee symbol was available (eg. Bangla MN, American Typewriter). No matter what I write in the embedded CSS section, nothing changes on the report. Not just the rupee symbol not appearing, but even the report font doesn’t seem to change with changes in CSS section.
> 
> But thank you for taking the time to research this.
> 
> Cheers.




More information about the gnucash-user mailing list