库丰悬停和更改字体语法
有人可以帮我重写下面的语法以使其正确吗?
我希望在接受 :hover 的同时用我的字体替换字体,这样当我将鼠标悬停在它上面时我的按钮就会改变。
Cufon('button', {
fontFamily: 'Disgrunged A',
hover: {
color: '#ed1c24'
}
});
Could someone help me rewrite this syntax below to get it right.
I want the font to be replaced by my font whilst accepting the :hover so my button will change when i hover over it.
Cufon('button', {
fontFamily: 'Disgrunged A',
hover: {
color: '#ed1c24'
}
});
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以尝试将按钮添加到悬停列表
参考:Cufon API
You could try to add button to hoverables list
Ref: Cufon API
我不知道 cufon,但我认为语法必须是这样的:
i don't know cufon, but i think the syntax has to be like this: