p. f.
Forum Replies Created
-
thanks mate, I appreciate it 🙂
well I tried what you proposed and unfortunately the quick fix did not work.
The CSS bit setting the font face on one of the pages looks likes this (nothing about used subset in the snippet):
@font-face {
font-family: ‘Bad Script’;
font-style: normal;
font-weight: 400;
src: local(‘Bad Script Regular’), local(‘BadScript-Regular’), url(https://themes.googleusercontent.com/static/fonts/badscript/v2/rL_b2ND61EQmMOJ8CRr1fhsxEYwM7FgeyaSgU71cLG0.woff) format(‘woff’);
}P.F.
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:
http://i.tinyuploads.com/EU47cL.jpgI 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.