在asp.net应用程序中包含字体

问题描述:

亲爱的所有人,
我想在我们的asp.net应用程序中包含字体而不在Windows Server中安装字体.为此,我也已经在css文件中完成了css字体和src字体,但是没有结果,所以对此有任何想法请给我答复

例如

Dear all,
I want to include font in our asp.net application without installing font in windows server. for this i have also done font face css and font src in css file but there is no result so can any one idea about this please reply me

Exa.

@font-face {
    font-family: Delicious;
    src: url('Delicious-Roman.otf');
}



感谢



thank

此处有讨论: http://*.com/questions/1382886/embed-font-in-webpage [ ^ ]会有所帮助.
There is a discussion here: http://*.com/questions/1382886/embed-font-in-webpage[^] which should help.