母版页中的 Cufon Asp.net
我尝试在我的网页中使用 Cufon 字体。我有母版页,在 head 标签中我有这个:
<script src="js/jquery-1.4.2.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/cufon-replace.js" type="text/javascript"></script>
<script src="js/GeosansLight_500.font.js" type="text/javascript"></script>
<script src="js/Impact_400.font.js" type="text/javascript"></script>
<link href="App_Themes/tDefault/style.css" rel="stylesheet" type="text/css" />
在 MasterPage 的末尾,在结束正文之前:
<script type="text/javascript"> Cufon.now();</script>
但在页面中我有这个错误: 网页错误详细信息 消息:“Cufon”未定义 URI: http://localhost:93/en/
我怎样才能在asp.net中嵌入这种字体,是这个正确的方法。
I try to use Cufon fonts in my web page. I have master page and in head tag I have this:
<script src="js/jquery-1.4.2.js" type="text/javascript"></script>
<script src="js/cufon-yui.js" type="text/javascript"></script>
<script src="js/cufon-replace.js" type="text/javascript"></script>
<script src="js/GeosansLight_500.font.js" type="text/javascript"></script>
<script src="js/Impact_400.font.js" type="text/javascript"></script>
<link href="App_Themes/tDefault/style.css" rel="stylesheet" type="text/css" />
and in the end of MasterPage before end body:
<script type="text/javascript"> Cufon.now();</script>
but in page i have this error: Webpage error details
Message: 'Cufon' is undefined
URI: http://localhost:93/en/
how can I embed this font in asp.net, is this correct way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在你的标题中放入
In your header put
JavaScript 的路径是否正确?
Is the path to the JavaScript correct?