Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #873910

    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!

    #874374

    Hey mattb1169,

    Please try this out:

    .av-main-nav-wrap .avia-menu-text {
        font-family: brandon-grotesque !important;
    }

    Best regards,
    Rikard

    #875421

    Thank you Rikard. This worked perfectly.

    #875526

    Hi mattb1169,

    Glad we got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.