I\'m using wkhtmltopdf to download a webpage as pdf.
But the css property letter-spacing seems doesn\'t work
font-size:20px; letter-spacing:0px; <
font-size:20px; letter-spacing:0px;
We faced the same problem. One workaround is to set the dpi flag to 96.
dpi
96
As setting the DPI to such a low value (print usually uses at least 300) resulted in blurry images, we tried to use SVG font files, which did the trick.