Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #524283

    Hi,
    I have been tryonh to add google fonts to appear in the drop menu. I tried to add a code to the function.php as per pne of your posts but didn’t
    I aded the below.

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Abel’] = ‘Abel:300,600’;
    $fonts[‘Other-font’] = ‘Other-font:300,600’;
    return $fonts;
    }

    Please advise.
    Thanks
    Eman

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Abel’] = ‘Abel:300,600’;
    $fonts[‘Other-font’] = ‘Other-font:300,600’;
    return $fonts;
    }

    #524718

    Hey Emmygraph,

    Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

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