Is there any way to use font-face as inline in HTML tag? I am trying to use Urdu language fonts in the TCPDF PHP library as an inline.
$pdf->WriteHTMLCell(195, 0, '', '', '<h1 style="text-align:center; color:#007348; font-family:JameelNooriKasheeda">' . $urdu . '</h1>', 0, 1);