Hi,
Basically I wanted to use the Bad Script Google Font (it has been cyrilized).
What happens is that the the latin letters and the numbersare being displayed properly, the cyrilic ones aren’t.
see here:
https://i.tinyuploads.com/EU47cL.jpg
I found some info on activatic cyrilic subsets – it should work like this : //fonts.googleapis.com/css?family=Bad+Script&subset=cyrillic.
I managed to find the link to the google font api:
$urls[ $variant ] = “https://fonts.googleapis.com/css?family={$name}:{$variant}”;
in theme-font-functions.php.
My question is how to modify it so that the proper subset of the corresponding google font can be used.