While converting png using html2canvas and later on I will draw that image on canvas. And I am using multiple font in html. But while converting font is not apply. So it looks different font
function getCanvas() {
form.width(myPageSize).css('max-width', 'none');
return html2canvas(form, {
useCORS: true,
imageTimeout: 2000,
removeContainer: true
});
}