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

    I have problem with Open Sans fonts, because they show Lithuanian language charakters wrong, you can see in webpage.

    Characters like – Į or Ų looks Bolder.

    How to fix it, because it’s the most common font.

    #680043

    Labas Gvidai!

    It does look fine on my end at the moment. Have you been able to figure it out?
    If not, please try adding 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');

    Best regards,
    Yigit

    #680332

    Thanks, then I add this code – that solve my problem.

    #680726

    Hi!

    Great! 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 ‘Google Fonts local language characters (Lithuanian) shows wrong’ is closed to new replies.