I have 1 html, that should be printed as Bill on A4 and as Cash Receipt on A6.
Is there any way, to change the font or look over css, if the user is choosing a different paper size A4 or A6 from browser Print Preview ?
something like @media screen and (max-width: 600px)
Note : Similar desired example but for screen size : https://t.ly/W5zp
(but. howto get the selected papersize from Print Preview)