PDA

View Full Version : Installing Fonts into CSS


Neo_obs
07-28-2006, 12:58 PM
I can do this on a normal webpage but I cant figure it out how to install WEFT on VB

i am supposed to insert
<STYLE TYPE="text/css">
<!-- /* $WEFT -- Created by: Neo (Neo_obs@Msn.com) on 7/6/2006 -- */
@font-face {
font-family: *****;
font-style: normal;
font-weight: normal;
src: url(http://www.*****.com/*****.eot);
}
-->
</STYLE>

into the <head> attribute but for some reason I can figure it out on VB I tried inserting it as a custom CSS style and inserting directly into the 'headinclude' final and nothing works.

And help is appreciated.

Princeton
07-28-2006, 02:26 PM
I'm not even sure Microsoft supports this. They stopped developement long time ago.

About your problem, see if your server recognizes the .eot extension.