<link rel="stylesheet" href="/path/to/my.css" media="print" onload="this.media='all'">
The browser will load the file due to the media print type, but won’t stop the page from rendering. Onload we change the media attribute to all, and the browser then applies it to the page.