Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #352406

    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.

    #352578

    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

    • This reply was modified 9 years, 6 months ago by Elliott.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.