0
我是cufon的新手,我在面試中遇到了一些問題。我試圖讓cufon與我的html一起工作。我正在嘗試一個基本腳本(如將h1標籤更改爲不同的字體)。獲取一個簡單的cufon腳本來工作
例子:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="{{STATIC_URL}}js/cufon-yui.js"></script>
<script type="text/javascript">
Cufon.replace('h1',{font-family: "Tahoma"});
</script>
h1標籤似乎並沒有改變。不知道錯誤在哪裏。我已經包含了jquery lib,cufon js,但它不起作用。需要一些指導..謝謝...