Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #958994

    Hi

    I would like to add the Google Font “Museo” on the lists “Police Title” and “Police Body” in “Fonts” in “General Styles” (Enfold Settings)

    I added this code in Quick CSS :

    add_filter( 'avf_google_heading_font',  'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Museo'] = 'Museo';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font',  'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    $fonts['Museo'] = 'Museo';
    return $fonts;
    }

    But I have no results. Can you explain me please what I must do ?

    Thanks a lot for your help!

    Best regards,

    Jérôme – TechMyBiz Team

    #959323

    Hey Jérôme,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #959382
    This reply has been marked as private.
    #959955

    Hi,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Here is an idea on how you can load the fonts, if you want to do it alone

    Best regards,
    Basilis

    #960672

    Hi Basilis,

    Ok no problem, we understand, thanks for your answer!

    Have a nice continuation,

    Best regards,

    TechMyBiz Team

    #961243

    Hi,

    We appreciate for your understanding.

    Best regards,
    Basilis

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