Hacker News new | ask | show | jobs
by gjasny 3150 days ago
Printing websites with grey text on a laser printer usually gives you dithered and unpleasant to read text.
1 comments

This should be solved with CSS media queries, e.g.

  @media print { ... }