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

Default Fonts support

RoshanRaj wrote on 2012-07-14:
I have implemented Arial fonts in the html style sheet as internal stylesheet and that not applied even with class and also implemented with inline. But its not got applied. Only ArialMT is applied. Kindly provide some solution. Does font-face could be implemented then kindly post the steps for Arial. Its for PDF generated with api and then outputed on the webpage.
support wrote on 2012-07-15:
The font name is "Arial" but the PostScript name stored inside that font is "ArialMT" where the "MT" is for Monotype, the font foundry from which it originates. PDF uses PostScript names - that's why you see ArialMT in a PDF viewer.

In short, Arial and ArialMT are two names for the same font.
RoshanRaj wrote on 2012-07-20:
Thank you support team, But one more difference i found that on size provided to the text differs kindly advice. And also kindly advice with html tags used to bold text as preferable on using with < b > tags or < strong > tags or with css styles.
support wrote on 2012-07-22:
Please could you post a sample HTML code exhibiting the problem? We will look into it.