Subnavigation font not rendering correctly

Hi there! My subnavigation is showing the default font, not picking up the main nav font. Can you help? You should be able to see it if you roll over any of the main nav items at https://www.shegeeksout.com. Thanks!

Hello Rachel,

Thanks for writing in!

I have inspected your site and I can see that you are using this custom css:

.x-logobar, .x-navbar, .x-navbar .sub-menu, .x-colophon.top {
    font-family: "Roboto Condensed";
    font-size: 18px;
}

The problem is that only Roboto font is loaded and Roboto Condensed is not that is why it is not working. Are you using the font manager? Please make sure that you have assigned the Roboto Condensed font to at least one element on the page so that it will be loaded into the page. If you want to know more about the font manager, please check this out:

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.