Page 1 of 1

Stimulsoft Web can use CSS web font ?

Posted: Thu Jun 11, 2015 7:39 am
by lightening
Stimulsoft Web can use CSS web font on page stimulsoft render

sorry for my english

Re: Stimulsoft Web can use CSS web font ?

Posted: Thu Jun 11, 2015 8:34 am
by HighAley
Hello.

We didn't test Web Fonts jet.
But if any font is installed on server and available from client you could add next CSS code on a page with Viewer and the font should be shown in report right.

Code: Select all

@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}
Please, let us know about results.

Thank you.