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

    I followed this tutorial…

    And it is still not working…. Here is the code I added to the bottom of the functions.php file.

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source+Sans+Pro:400,700,700italic,900,900italic,400italic,300,300italic';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Source Sans Pro'] = 'Source+Sans+Pro:400,700,700italic,900,900italic,400italic,300,300italic';
    return $fonts;
    }

    This was added to the very bottom. Please advise.

    #601584

    Hey noslenwerd!

    can we please check your web site and have backend access also? That will help us understand and solve the issue
    Thanks a lot

    Best regards,
    Basilis

    #601983
    #601994

    Hi!

    I added the code below

    if(isset($avia_config['use_child_theme_functions_only'])) return;

    in functions.php file. Please review your website now

    Best regards,
    Yigit

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