Thanks for your help!
Did that already, din't help much, some text started appearing in bold, and some in Italic randomly, not the o/p we expected. I put that way with the backslashes deliberately 'coz I thought the script considered the exact font-name "as is" in the properties file - desperate measure - but din't work out!
Please if someone can help us with this; we are really looking forward to buying the paid version.
Guest wrote:
In HTML you do not need to escape spaces with backslashes. So try to remove all backslashes from face attribute values.
Now:
<font face="Myriad\ Pro\ Light">
Should be:
<font face="Myriad Pro Light">