Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: google fonts and background video #771650

    I tried so :

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Qwigley’] = ‘Qwigley’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Qwigley’] = ‘Qwigley’;
    return $fonts;
    }

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Macondo’] = ‘Macondo’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {
    $fonts[‘Macondo’] = ‘Macondo’;
    return $fonts;
    }

    in reply to: google fonts and background video #770608

    Hi,

    I was able to add a single font, but I can not add more than one, the last font added replaces the one before

    in reply to: google fonts and background video #770093

    I apologize for my bad English :)

Viewing 3 posts - 1 through 3 (of 3 total)