Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

You are the One

macrumors 6502a
Original poster
Dec 25, 2014
633
795
In the present
When I print from Safari, either direct to the printer or if I save the page to PDF, the font size is much larger than when I view it on screen and much too large to suit me.

Question is where do I tweakedelikedy this setting? TIA.
 

KALLT

macrumors 603
Sep 23, 2008
5,361
3,378
Websites can specify a printable layout themselves in a CSS stylesheet, otherwise the browser delivers a fallback layout. This isn’t something you can control specifically in Safari, but you can superimpose your own stylesheet in advanced settings and put the relevant CSS style into a @media bracket, like this:
Code:
@media print {
    // Your style here
}
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.