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

    Hi,

    I would like to use Palantino font. How do I add this to Enfold fonts. As it is a paid for font it is not in the options and I need a way to make it work on the website.

    Apparently, there is an alternative Google font to it: GFS Didiot – however when I try and the php code here http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ it does not show the new font.

    Thanks

    Vincent

    #746047

    bump, please.

    #746055

    Hey!

    Please do not ” bump ” because it is actually going to the end and not staying at the top.
    Can you provide us backend access so we can see how you added?

    Thanks a lot

    Best regards,
    Basilis

    #746303

    Hi,
    No, you cannot have access as the website is not live and on a local sever. However, I believe you have access to test versions of Enfold at your end.

    I’ll ask the question again:

    I would like to use Palantino font. How do I add this to Enfold fonts. As it is a paid for font it is not in the options and I need a way to make it work on the website.

    Apparently, there is an alternative Google font to it: GFS Didiot – however when I try and the php code here http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/ it does not show the new font.

    Thanks
    Vince

    #748274

    Hey!

    Thank you for the update. Please add this snippet in the functions.php file:

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    	$fonts['GFS Didot'] = 'GFS Didot&subset=greek';
    	return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    	$fonts['GFS Didot'] = 'GFS Didot&subset=greek';
    	return $fonts;
    }

    Best regards,
    Ismael

    #748335

    Hi Ismael,

    Thanks for that code. However, it still did not show up in the font options.

    Thanks
    Vince

    #748341

    Hey!

    It’s probably located at the very bottom of the options. Please check it again or hand in the login credentials once the site is live so that we can check it.

    Regards,
    Ismael

    #754486

    Hi Ismael

    I have seen you posting this a few times and I have not been able to get it to work.

    I have added this code to the functions.php file but it doesn’t allow the font to show up in the settings

    I am trying to load Didact Gothic

    #754609

    Hey!


    @copsiat
    please create your own ticket and let us know what you add and how, so we can be able to help you with it.
    THank you very much

    Regards,
    Basilis

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