Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Saguaros Moderator
    #1091001

    Hi,

    With this issue, I suggest you use a different way to add icon for that menu.

    Go to admin panel > Extensions > Templates > Purity III template > Megamenu > select the menu item you want to add icon and add the font awesome icon for it: http://prntscr.com/ic8zy6

    This way will help to avoid the font issue with menu item.

    Regards

    quick_shifty Friend
    #1091034

    Hi, I was hoping to stay with the JA Simpli template (which is not using Megamenu). Strangely this font-style issue only affects full size pc screens and not tablet or mobile form factors. The issue should behave the same across all form factors, which may suggest it could be a code issue.

    Saguaros Moderator
    #1091162

    You can try adding this custom CSS:

    #mainnav .nav > li > a.fa-external-link::before {
        font-family: FontAwesome;
    }
    
    #mainnav .nav > li.item-1111 > a {
        font-family: PT Sans;
        -moz-osx-font-smoothing: inherit;
        font-weight: 900;
    }
    quick_shifty Friend
    #1091292

    Worked perfectly, thank you!

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  quick_shifty 6 years, 2 months ago.

The topic ‘Google font not used in Top Menu’ is closed to new replies.