Tagged: 

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

    Hi,

    I’m having problems having the fonts showing as they should. I have Roboto and Droid Sans selected as Header and Body Text in the theme settings, yet only Aria/Helvetica is showing up.

    Please review private content. Thanks.

    sl

    • This topic was modified 9 years, 6 months ago by slui.
    #315609

    FTP info…you can remove the http://

    #315651

    Hey Samuel!

    The problem is that you have an unclosed media query in your Quick CSS, which nullifies the font family declarators generated by Enfold:

    /** Mobile Logo and Menu **/
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 100%;
    height: 27px !important;
    max-height: 27px !important;
    }
    
    .responsive .mobile_slide_out .logo {
    float: left;
    top: 30px;
    position: relative;
    }
    

    Add a “}”.

    Best regards,
    Josue

    #315660

    Thanks Josue…always top notch support.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Problem with Fonts not Showing Yet Selected’ is closed to new replies.