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.
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
Thanks, then I add this code – that solve my problem.
