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 10:16PM
    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