我正在为div,h2 span等元素使用cufon字体。我想禁用特定标签的cufon,如h2,span。
如何更换cufon以禁用。
在项目中,cufon的用法是:
<script type="text/javascript" src="<j2:akamaize dir="js/cufon" file="cufon-yui.js?av=VrZj" />"></script>
<script type="text/javascript" src="<j2:akamaize dir="js/cufon" file="ITC_Avant_Garde_Gothic_Std_550-ITC_Avant_Garde_Std_Md_700-font.js" />"></script>
<script>
Cufon.replace('fieldset.form div.field label, h2,.question, .step-text-1, .step-text-2, .step-text-3, .dumcuf', {fontFamily: 'ITC Avant Garde Gothic Std'});
</script>
任何人都有想法非常有帮助
由于 arnagendla。