i'm using TCPDF library for generate PDF file, but i have problem with disabling font italic. I'm using writeHTML and have local css with body{font-style:normal;} but it's doesn't work.
Ok, i solved this problem.
I have twice
$pdf->SetFont('freeserif', '', 14, '', false);
$pdf->SetFont('times', 'BI', 20);