Hi guys I made second website with Dante and decide to tweak it little bit more. So I load some Google fonts. Unfortunately it did not load in cyrillic. I’ve checked them in Google before i choose one but when i set them in theme options it loads only latin.
I talk with my dev guys and they send me solution, but when I try to set their code into custom JS it did not work again.
This is what load now:
WebFontConfig = {
google: { families: [‘Open Sans:300’, ‘Playfair Display SC:400’, ‘Open Sans:400’, ‘Vidaloka’] }
};
Here is what I need to be loaded:
‘Playfair+Display+SC:400:latin,cyrillic’
I have some options to hardcode it but I look for more elegant way to do it.
Happy New Year and look forward for your answer.
Dimitar