• Resolved devilmakq

    (@devilmakq)


    Hello, I am using EXO-2 google font for my site. But for some reason, it is not loading and showing open sans only. You can check my top header, menu, they are not showing exo2 even though I have selected it in the typography for menu and top header.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @devilmakq,

    Where did you see the sans font? I didn’t see that on your website.

    However, I saw the Elementor kit didn’t adjust on your website. Please check this screenshot: https://postimg.cc/S21wTFwx.
    Please adjust Elementor kit on the site settings and recheck the issue.

    Also, ensure the body and all headings have the same font-family property on Customizer > Typography.

    I hope it helps,
    Best Regards

    Thread Starter devilmakq

    (@devilmakq)

    Hello, I am not sure what elementor kit is doing. I don’t think it is affecting menu text.
    I have selected exo 2 in oceanwp typography but it doesn’t work on menu, top bar etc. It is working for other fonts but just exo-2 isn’t working.

    https://pasteboard.co/MLvjSBAMMfcC.jpg

    Hello @devilmakq,

    Thank you for sharing the screenshot,
    This is forwarded to the developer team, and it will be fixed/improved for the next updates.

    For a temporary solution, you can use the CSS below; please put it in Customizing > Custom CSS/JS > CSS Code:

    /* TempCSS Typography */
    body {
        font-family: "Exo 2" !important;
    }
    
    h1,h2,h3,h4,h5,h6,
    .theme-heading,
    .widget-title,
    .oceanwp-widget-recent-posts-title,
    .comment-reply-title,
    .entry-title,.sidebar-box .widget-title {
        font-family: "Exo 2" !important;
    }
    
    #top-bar-content,#top-bar-social-alt {
        font-family: "Exo 2" !important;
    }
    
    #site-navigation-wrap .dropdown-menu >li >a,
    #site-header.full_screen-header .fs-dropdown-menu >li >a,
    #site-header.top-header #site-navigation-wrap .dropdown-menu >li >a,
    #site-header.center-header #site-navigation-wrap .dropdown-menu >li >a,
    #site-header.medium-header #site-navigation-wrap .dropdown-menu >li >a,
    .oceanwp-mobile-menu-icon a {
        font-family: "Exo 2" !important;
    }

    Please read this link for more information about the CSS/JS code on the customizer: https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website.

    Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes. Also, remember to click on the regenerate all assets file and data in Elementor > Tools(if you have Elementor).

    I appreciate your patience until the issues are resolved.

    And hope it helps,
    Thank you for your report.
    Best Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font not showing’ is closed to new replies.