返回首页

嗨...
我是使用默认字体的字体...
我想设计新的字体样式...
我已经安装的字体文件夹...
我可以在MS-Word,Photoshop中使用这些字体...
但我无法看到的。净包...
我怎么能导入新的前面,用在我们的网页...
有没有办法做到吗? | Raghupathiraja

回答

评论会员:游客 时间:2012/02/06
,请在此imgsrc=http://www.orcode.com/img/ico/smiley_redface.gif]
vinoth库马尔rajendran:这可以通过CSS 2.0,并应工作在基于WebKit的浏览器。它是不是真正的广泛支持,不过,我想。
<style type="text/css">

@font-face {

    font-family: "My Custom Font";

    src: url(http://www.example.org/mycustomfont.ttf) format("truetype");

}

p.customfont { 

    font-family: "My Custom Font", Verdana, Tahoma;

}

</style>

<p class="customfont">Hello world!</p>
评论会员:RaisKazi 时间:2012/02/06
水晶报表查看器,设置此属性
{C}和菜单控制:
style="z-index:1;"

】Manoj Nellikkattiri