I'm using the jQuery's plugin "jMenu". I don't manage to change the font-family with CSS :/. I have this css :
.jMenu{
position : absolute;
top : 80px;
left : 0px;
width : 100%;
display:table;
margin:0;
padding:0;
list-style:none;
font-family : Tahoma;
}
Do you have an idea please ? Thanks
You need to add
!important
for forcing your customcss
font to apply.