Skip to Content
0
Former Member
Jan 14, 2008 at 10:03 AM

Load custom Font with CSS

96 Views

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 isn’t 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.