Quick question - If I have two stylesheets, one for screen and one for print. Does the browser automatically download the print one, or does it only download it when it receives a request to print?
I'd like to add a print stylesheet but want to avoid adding extra http requests and load time.
Thanks!