Hi,
I'm having problems with getting custom fonts rendering in the PDF
I've installed the font on the server in the "Windows/Fonts" DIR
The font that I'm trying to get to work is a TTF
I've read through the forums (http://www.essentialobjects.com/forum/postst6153_Problem-with-custom-fonts-in-the-pdf-from-html.aspx) and I tried with the TTF font "JamesFajardo.ttf" that was used in this example
Code: CSS
body { font-family: 'James Fajardo'; }
With no luck, it renders out as New Times Roman
Is there a step by step instruction on how to use custom fonts?
Thanks,