Font Kerning

Affects WebKit

Font kerning issues with system fonts like Arial and Arial Bold are caused by faulty kerning within the Windows system fonts. 

Please remove the system font and download a new font (such as ArialMT) from an online resource and link this into the HTML: 

@font-face { 
font-family: 'ArialMT Regular'; 
font-style: normal; 
font-weight: normal; 
src: local('ArialMT Regular'), url('arialmt.woff') format('woff'); 
}

Replace font-family: Arial, with font-family: ArialMT Regular, 
and then render the PDF. 

To bypass this issue, please use the ChromePdfRenderer.