• Hey guys thanks for the great looking and functioning theme.
    Now i’m trying to change font in my website navigation menu. It is written in Korean and i can’t find any Korean google fonts in this theme options. So I installed Korean font plug-in and it worked on footer but not on navigations(or menus..) I tried to search every css files and i can’t still find any parts that i can fix.
    is there any other way that i can solve this problem??

    the font i want to add is Nanum Gothic
    @import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

    and my website is here (http://insh1072.cafe24.com/)

Viewing 1 replies (of 1 total)
  • Hey,
    You can add this css in your theme options > advanced settings:

    #nav-main ul.sf-menu a, .kad-nav-inner .kad-mnav, .kad-mobile-nav .kad-nav-inner li a, .nav-trigger-case {
        font-family: Nanum Gothic !important;
    }

    Kadence Themes

Viewing 1 replies (of 1 total)
  • The topic ‘Want to add another google font’ is closed to new replies.