Replying to @pati_gallardo

@pati_gallardo
@JVApen @Media Yes,

add a media="screen" to your current stylesheets (so they are not used when
printing).

and add a new stylesheet to your <head>:

<link href="/path/to/print.css" media="print" rel="stylesheet" />

Write all your print-specific styles to that file.

Mon, 13 Dec 2021 13:00:12 UTC2