I built a site and the problem is, chrome display font-size 1px bigger than Firefox. I tried several ways to match the font-size, specified it in px, in % set t
font-size 1px
if you have web page to print then
add css
in css file
body { padding: 3px; margin: 0.5px; background-position: center; color: #000000; background: #ffffff; font-family: Arial; font-size: 13pt; }
this works for me