Hi,
I would like to change the font on the nav bar of my website to Friz Quadrata, the rest of the site is currently that font but its not in the font family within generatepress but it is loaded onto the website because my website building software finds it.
Current CSS i have on the site is
@media (max-width: 768px) {
.mobile-header-navigation .site-logo.mobile-header-logo img {
height: 68px;
}
.menu-toggle, .main-navigation .mobile-bar-items a {
line-height: 108px;
}
}
if this can be altered to include the font change.