Tagged: 

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

    Hi

    Could you please let me know how im suppose to add the support for the extra-bold font weight in open sans. Even if I add:

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Open Sans’] = ‘Open Sans:400,600,800’;
    return $fonts;
    }

    this still does not work. If i do a code inspect I can see in the head the open sans font still only has 400 ,600 as weight classes

    Please can you rectify or guide me how to fix this

    thanks

    #554680

    Hi Gavin!

    can we see your web site and please provide us also backend access?
    It will help us see the issue and help you how to debug the issue

    Best regards,
    Basilis

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