Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1078659

    Hi,

    I would like to use a specific Google font, which is not in the drop down list of Enfold. I want to use it for main content, headings and the menu. I’ve tried to use this code (at General Styling >> Fonts >> Quick CSS) but the font is still not visible at the drop down font list.

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

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

    Kind regards,
    Marca van den Broek

    #1079372

    Hey MarcavandenBroek,

    Did you try to upload the font under Enfold->Import/Export?

    Best regards,
    Rikard

    #1079425

    I would love to, but I don’t have that option in my Import/export…

    Best regards,
    Marca

    #1079642

    Hi MarcavandenBroek,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1079697

    see private content…..

    #1080247

    Hi MarcavandenBroek,

    Best regards,
    Victoria

    #1080257

    Thanks! I imported a zip file with the Futura font, but it still doesn’t show up in de the fonts list….

    #1080267

    Fixe it, thanks!

    #1080474

    Hi MarcavandenBroek,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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