如何使用jMenu jQuery插件更改font-family

时间:2013-08-26 08:54:58

标签: jquery css jmenu

我正在使用jQuery的插件“jMenu”。我无法使用CSS更改font-family:/。我有这个css:

.jMenu{
    position : absolute;
    top : 80px;
    left : 0px;
    width : 100%;
    display:table;
    margin:0;
    padding:0;
    list-style:none;
    font-family : Tahoma;
}

请问您有什么想法吗?感谢

2 个答案:

答案 0 :(得分:0)

您需要添加!important才能强制应用自定义css字体。

font-family : Tahoma !important;

答案 1 :(得分:0)

font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;

这是stackoverflow的字体系列,也许你应该检查你使用的字体~~~~~