Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #685237

    Hi,

    I am using ‘Open Sans’ for headlines. However, Baltic characters are not displayed. I checked the Open Sans font on Google and it seems to contain the Baltic characters such as ‘ą, č, ę, ė, į, š, ų, ū, ž’. How can I get them to be displayed on my website which is based on Enfold theme?

    #685241

    Sveikas!

    Please add following code to Functions.php file in Appearance > Editor

    function add_subset_func($fontlist) {
    	$fontlist .= "&subset=latin,latin-ext,cyrillic,cyrillic-ext";
    	return $fontlist;
    }
    add_filter('avf_google_fontlist', 'add_subset_func');

    Regards,
    Yigit

    #685604

    It works. Thank so much!

    #685688

    Labas!

    Prasom! Let us know if you have any other questions or issues ;)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Open Sans not displaying Baltic characters’ is closed to new replies.