Hmm, I did try ‘!important’ but it didn’t fix it.
This is what I have now:
@media (min-width: 992px)
.menu-layout-2 .theme-primary-menu > li > a {
font-family: sans-serif !important;
font-size: 14px;
font-weight: 600;
text-transform: none;
color: #3c3c3c;
}
But font is still wrong.