Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #421713

    Hello! I’d like to use some google fonts but they are not in the dropdown list… whats the easiest way to implement them?

    #421714

    I have found the topic on the forum but hen I add:

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Alegreya Sans’] = ‘Alegreya Sans:500,700,800,900’;
    $fonts[‘Alegreya Sans’] = ‘Alegreya Sans:500,500italic,700,700italic,800,800italic,900,900italic,italic’;
    return $fonts;
    }

    it does not show the font in the dropdown.. :( Any idea? This is the front I’m trying to add http://www.google.com/fonts/specimen/Alegreya+Sans

    Thank you!

    #421972

    Hi!

    Please create a temprary admin login and post it here privately so we can look into it

    Best regards,
    Yigit

    #422102
    This reply has been marked as private.
    #422104

    Hey!

    Please review your website now :)

    Best regards,
    Yigit

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