Hello,
I am using Open Sans Condensed Bold for the headlines of a website (yarinistan.de)
It does not render Türkish letters like şŞğĞiİ correctly.
I looked through your forum and found an entry with additional php for the functions.php as below:
function add_subset_func($fontlist) {
$fontlist .= “&subset=latin,latin-ext”;
return $fontlist;
}
add_filter(‘avf_google_fontlist’, ‘add_subset_func’);
I did that. It still does not render correctly. Or better said, it renders on chrome, does not render on firefox and safari.
Example page:
Can somebody help me?
Best,
Nedim
I will be grateful if you would help me.
Best,
Nedim
Hi,
The font’s look good on my end please point us to the exact page and section where we can see the problem.
Best regards,
Vinay
I implement the Google Fonts plugin now and it renders on all browsers the same and correct way. If I deactivate it, Safari and Firefox doesn’t render correctly. I solved my problem, but I remember having the same problem some years ago with Enfold on another site. I think somehow Enfold does not catch the “Latin-Extended” css.
Best,
Nedim