Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #497214

    Hi,
    I noticed that some Turkish language characters are displaying weirdly in the theme (displays really thick like it’s bolded compared to surrounding letters).

    This occurs on any browser on Windows for headers (h1-h6). However the same text in paragraphs display fine.

    The Turkish characters are these ones in lower or upper case: ğ Ğ ş Ş ç Ç i İ ı I ö Ö ü Ü

    Please advise.

    #497220

    Merhabalar!

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

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

    Regards,
    Yigit

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