Helvetica font

Hi,
I'm creating a report from web and I have to use the Helvetica font. I've installed it in my pc but I don't see it in Fastreport web.
Someone could help me how I can use the font on web?

Thanks,

Comments

  • edited 6:39AM
    font is defined by css in a page, for example, i'm using Tempus Sans ITC for web report, fast report will create a css with font-family: Tempus Sans ITC;

    you must install Tempus Sans ITC on your operating system or provide font to user with css :
    @@font-face {
                font-family: "Tempus Sans ITC";
                src: url("fonts/webfont.eot");
                src: url("fonts/webfont.woff") format("woff"), url("fonts/webfont.ttf") format("truetype"), url("fonts/webfont.svg") format("svg");
            }
    

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.