我正在开发一个简单的网站,但我有问题显示cufon字体,这是我第一次使用此功能。我正在使用firefox 3.6.18
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script src="javascript/cufon-yui.js" type="text/javascript"></script>
<script src="javascript/corbel-bold_700.font.js" type="text/javascript"></script>
<script type="text/javascript">
Cufon.replace('h1');
Cufon.replace('selector');
Cufon.replace('#sub1');
</script>
</head>
<body>
<div id="header">
<div id="logo" onclick="window.document.location.href='http://localhost/site/'"></div>
<div id="navigation">
<div class="menu">
<h1>ABOUT</h1>
<h1>GALLERY</h1>
<h1>CONTACT</h1>
</div>
</div>
</div>
<script type="text/javascript"> Cufon.now(); </script>
</body>
</html>
H1正在显示但不在其cufon文本中。救命!在此先感谢!!
答案 0 :(得分:0)
我从您发布的字体文件中收到javascript错误。尝试使用不同的字体,看看它是否有效。如果确实如此,那么请再次使用您的文件。
如果你的字体仍然不起作用,那么这听起来像是Cufon的JS一代的问题。