Hi!
Thanks for the theme – it’s really great!
I am a newbie but I managed to resolve many issues thanks to this forum. Still – I cannot fix this one problem myself…
I’ve chosen Lato as my main heading font and it looks great in Chrome. But it does not have polish characters, when viewed in other browsers.
How can I solve this? Thanks very much in advance!
ola
Dzien dobry Ola!
Please add following code to Functions.php file in Appearance > Editor
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
Best regards,
Yigit
Dzień dobry Yigit :)
Thank you very much – it worked just fine!
Best regards,
Ola