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 - <[email protected]> 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.
_______________________________________________
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.