Stimulsoft Web can use CSS web font on page stimulsoft render
sorry for my english
Stimulsoft Web can use CSS web font ?
-
- Posts: 9
- Joined: Wed Feb 25, 2015 8:35 am
Re: Stimulsoft Web can use CSS web font ?
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.
Please, let us know about results.
Thank you.
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);
}
Thank you.