Thank you for submitting an issue to jsPDF. Please read carefully.
Are you using the latest version of jsPDF? Yes
Have you tried using jspdf.debug.js? Yes
Steps to reproduce
Thanks for your help.
How can I set or change the font family.
Although I tried to change it using doc.setFont method but still it is taking the Times font.when I debug the code then I found times font is hard coded in the file.
Any clue on this .
Answered Question.
Duplicate of #1335
Hey @Uzlopak , Is there a way to change the default Font for "jspdf": "^1.5.3",
I am using fromHTML as I want to be able to copy the content of the exported PDF. The only problem is I can't change the font-family. Thanks
@Uzlopak is there a way to change the font using fromHTML?