以粗体制作cufon

时间:2012-06-13 01:23:51

标签: css fonts cufon

我需要在悬停时以粗体或font-weight:700;

设置cufon文本

代码就是这个

    Cufon.replace('h1')('h2')('h3')('h4')('h5')('h6')('。navigation ul',{hover:true})('。slide -more')('。heading1-slide')('。drill2-slide')('ul.navigation',{hover:true})('。more-button')('。page-navigation',{ hover:true})('。date')('。month')('。wp-pagenavi');   

我需要在悬停时以粗体设置.navigation ul和ul.navigation。 怎么办?

谢谢

1 个答案:

答案 0 :(得分:0)

您可以使用{hover:true}。 见例子

Cufon.replace('h2, h3, h4', {hover: true});

我认为你需要上传字体(粗体)来实现大胆的风格。 例如 如果您想使用regular,bold and itali c的Book Antiqua字体,则需要上传实际的字体书Antiqua (Regular, bold & italic)并生成代码。