Hello,
I’ve added a custom font via typekit and the typekit plugin, and it looks like the h tags are working using:
h1, h2, h3, h4, h5{
font-family: brandon-grotesque !important;
font-style: bold !important;
font-weight: 700 !important;
}
I’d like to change the font in the main navigation menu to the same (brandon-grotesque). I did not see a way to do that in the advanced styling. Is there a quick css I can add?
Thanks!
Hey mattb1169,
Please try this out:
.av-main-nav-wrap .avia-menu-text {
font-family: brandon-grotesque !important;
}
Best regards,
Rikard
Thank you Rikard. This worked perfectly.
Hi mattb1169,
Glad we got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria