I'm having trouble changing the font-family using CSS with jQuery's "jMenu" plugin. Here is the CSS I currently have:
.jMenu{
position : absolute;
top : 80px;
left : 0px;
width : 100%;
display:table;
margin:0;
padding:0;
list-style:none;
font-family : Tahoma;
}
Any suggestions on how to fix this issue? Thank you!