copy this lines into jrxml file:
<reportFont name="titr" isDefault="false" fontName="SansSerif" size="10" isBold="true" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="./fonts/tahomabd.ttf" pdfEncoding="Identity-H" isPdfEmbedded="true"/>
<reportFont name="matn" isDefault="false" fontName="Serif" size="10" isBold="false" isItalic="false" isUnderline="false" isStrikeThrough="false" pdfFontName="./fonts/times.ttf" pdfEncoding="Identity-H" isPdfEmbedded="true"/>
then copy tahomabd.ttf and times.ttf (for example) into fonts directory in your project.