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

    Hello, I am trying to activate Open Sans font which can be choosen from styling, but it doesn’t show on cyrillic, how can I make fonts to show on cyrillic?

    #644887

    Hey rypro,

    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

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