Hi, Experts..
I have developed an bsp application , I want it to assign a custom FONT, that it not present into Client System. I have modified the CSS Style adding this code:
@font-face {
Font-family: NameFont.ttf;
Scr: url(./PATH _fonts);
}
.classHtml {
Font-family:NameFont.ttf;
}
In this mode the font isnt loaded into web page. Link reference http://www.w3.org/TR/REC-CSS2/fonts.html#font-descriptions
If you provide me sample I would be thankful to you.