Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #447440

    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?

    #447543

    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

    #447667
    This reply has been marked as private.
    #448544

    Hi,

    Can you please create us a temporary FTP / SFTP account? post it here as a private reply.

    Regards,
    Josue

    #449013
    This reply has been marked as private.
    #449134

    Hey!

    Check it now, i added the code to the theme functions.php.

    Best regards,
    Josue

    #449224
    This reply has been marked as private.
    #449262

    You are welcome, glad to help :)

    Regards,
    Josue

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