In Enfold I use Lithuanian language and Open Sans font. Lithuanian symbols are represented well only in Google Chrome. How to enable fonts represt correctly in all browsers?
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
Cheers!
Josue
Hi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
Josue
Hey!
Check it now, i added the code to the theme functions.php.
Best regards,
Josue
You are welcome, glad to help :)
Regards,
Josue