I have been trying to customose the way the PDF looks using the PDF stylesheet and layout.
I can't seem to be able to change the font. I would like my PDFs to be in Trebuchet MS. But It still comes out in Times.
Thanks ever so much!
Hi, there.
Indeed there is a way. This will apply to an entire space, so be careful is you want to change only a page:
p { font-family: "Trebuchet MS", Helvetica, sans-serif; }
From this moment on, all pages in this space should be exported to PDF in this font. You can also find other fonts here: http://www.w3schools.com/cssref/css_websafe_fonts.asp. Just change the code accordingly.
I hope it was helpful.
Kind regards.
Jaime Kirch da Silveira
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.