Tagged: , ,

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

    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

    #530744

    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

    #530752

    Dzień dobry Yigit :)

    Thank you very much – it worked just fine!

    Best regards,
    Ola

    #531335

    Hi,

    Great, glad we could help :-)

    Regards,
    Rikard

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