Stimulsoft Web can use CSS web font ?

Stimulsoft Reports.WEB discussion
Post Reply
lightening
Posts: 9
Joined: Wed Feb 25, 2015 8:35 am

Stimulsoft Web can use CSS web font ?

Post by lightening »

Stimulsoft Web can use CSS web font on page stimulsoft render

sorry for my english
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Stimulsoft Web can use CSS web font ?

Post 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.
Post Reply