-
AuthorPosts
-
February 8, 2017 at 10:45 pm #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
February 12, 2017 at 10:32 pm #746047bump, please.
February 12, 2017 at 10:58 pm #746055Hey!
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,
BasilisFebruary 13, 2017 at 11:17 am #746303Hi,
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
VinceFebruary 17, 2017 at 8:51 am #748274Hey!
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,
IsmaelFebruary 17, 2017 at 11:20 am #748335Hi Ismael,
Thanks for that code. However, it still did not show up in the font options.
Thanks
VinceFebruary 17, 2017 at 11:30 am #748341Hey!
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,
IsmaelMarch 2, 2017 at 7:23 pm #754486Hi 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
March 2, 2017 at 9:31 pm #754609Hey!
@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 muchRegards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.