You will need to edit virtue >> admin >> functions >> functions.php
on line 346 replace the code with this:
wp_enqueue_style( “options_typography_$fonts”, “https://fonts.googleapis.com/css?family=$fonts&subset=latin,cyrillic”, false, null, ‘all’ );
So, your solution works fine, thnx for help. Problem resolved !