-
AuthorPosts
-
May 24, 2020 at 11:45 pm #1215885
1. I can’t use this font https://fonts.google.com/specimen/Libre+Baskerville inside the theme when I upload it shows Font: font (400) even if I upload multiple font types in the theme.
2. Can’t use the Envato private token to connect the website with the theme. As seen on the link: https://ibb.co/HptMmvx
May 25, 2020 at 1:12 pm #1216109Hey wasim-ullah,
1. Could you try adding it using a function instead? Here’s an example: https://kriesi.at/support/topic/add-new-font/#post-234710
2. Please refer to this: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5
Best regards,
RikardMay 26, 2020 at 3:49 am #1216352I have tried using the following code, but it didn’t work:
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Libre Baskerville’] = ‘serif:400,600,800’;
return $fonts;
}add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Libre Baskerville’] = ‘serif:400,600,800’;
return $fonts;
}May 26, 2020 at 6:26 pm #1216566Hi wasim-ullah,
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,
VictoriaMay 26, 2020 at 6:31 pm #1216572Please use the temporary login URL in the private content section.
May 26, 2020 at 8:11 pm #1216651Hi wasim-ullah,
Please upload the font and let us check.
I see that the token issue is resolved now, is that correct?
Best regards,
VictoriaMay 26, 2020 at 8:35 pm #1216673No, it is still there.
-
This reply was modified 5 years, 5 months ago by
wasim-ullah.
May 30, 2020 at 5:18 pm #1218050Hi wasim-ullah,
Best regards,
VictoriaJune 11, 2020 at 12:09 pm #1221639Its fine now. Thanks
June 12, 2020 at 6:48 am #1221953 -
This reply was modified 5 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
