AddFont('Cour','B','cour.php'); $pdf->AddPage(); $pdf->SetFont('Cour','B',13); $pdf->Write(10,'Enjoy new fonts with FPDF!'); $pdf->Output(); ?>