Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1139642

    Hi there,
    Not sure what my deal is, but I have yet another font challenge. The “Raleway” font is not displaying in my h2 tags. Here is what it should look like vs. what it’s showing up like.

    Should NOT look like this

    Should look like this.

    Here’s what I’ve done in the functions file:
    add_filter( ‘gform_enable_field_label_visibility_settings’, ‘__return_true’ );

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Lustria’] = ‘Lustria’;
    $fonts[‘Raleway’] = ‘Raleway:400,600,700,800,900’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Lustria’] = ‘Lustria’;
    $fonts[‘Raleway’] = ‘Raleway:400,600,700,800,900’;
    return $fonts;
    }

    Here’s what I’ve done in Enfold Child:
    1. I added to the Advanced Styling Tab
    2. I added to the Quick CSS
    (please see log in credentials to see all settings)

    I’ve also done this:
    1. Emptied the Cache on the site and my local machine
    2. I’ve checked and unchecked the setting “Delete old CSS and JS files?”

    Any guidance on how to get these fonts showing up correctly would be much appreciated!

    Thank you!

    ~L

    #1139643

    Forgot to include the URL (see below)

    #1140526

    Hi,
    Sorry for the late reply, thank you for the login, I checked your Enfold Theme Options > Advanced Styling > H2 and the font was set to “default” so I changed it to Raleway and now your text shows correctly.
    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.