Hello
Is there any way to add Cyrillic subset to the Google font, which is already built in into the theme. I do not need add a new font, only subset for example for Roboto or Open Sans Condensed. Thanks in advance.
Hey mishka48!
Try using Ismael’s code here, https://kriesi.at/support/topic/add-new-font/#post-234710, but instead of this.
$fonts['Source Sans Pro'] = 'Source Sans Pro:400,600,800';
Try this.
$fonts['Open Sans Condensed'] = 'Open Sans Condensed:400,600,800&subset=latin,cyrillic';
Cheers!
Elliott