Y
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
idreyn
3150 days ago
This should be solved with CSS media queries, e.g.
@media print { ... }
link