function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Katharine Anderson 13Katharine Anderson 13 

Print to PDF function on visualforce page reducing font-size in production but not in sandbox

I have a strange thing happening on one of my visualforce pages. I need to be able to save the page as a PDF (without using renderAs = "pdf" for reasons that I won't go into here.) When I test it out in my sandbox, it looks fine. But using the same browser, and same exact code, when I print to PDF in production, the font size on the resulting page goes down to ~12pt from 18pt.

Anyone else have something like this happen to them? Any ideas why this would be an issue in production but not in the sandbox???

Thanks,
Katharine