This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Issue for Japanese font

Manuraj wrote on 2014-07-23:
Hi guys,

I have a problem for printing the japanese font in pdf. The font is slightly different in the pdf. I have attached two screenshots in which the first one (normal.PNG) is the actual print view and the second (pdf.PNG) is the pdf view. Is there any option in pdf-crowd to implement the different fonts?

Hope you will reply.

Thanks
Manu
support wrote on 2014-07-24:
Hello Manu,

You can specify a custom font using the @font-face rule. A CSS example:
@font-face {
 font-family: 'Book Antiqua';
 src: url('http://example.com/fonts/BookAntiqua.ttf') format(truetype);
}