New Landing How can we help? Themeforest Theme Support Supreme Google Fonts and Cyrillic text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Supreme
  • #25395
    bebabu2011
    Member
    Post count: 11

    Hi!
    How to add Cyrillic Google Fonts for text please?
    I’ve read your answers to the similar questions at this forum, but I couldn’t find a straight forward answer.
    Is there a solution to this problem? Where exactly do you insert this link <link href=’http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic,cyrillic-ext’ rel=’stylesheet’ type=’text/css’>?

    Also is it possible to solve this problem inserting some code within Custom CSS box as any later update of your theme might cause a problem to amended .php files?

    Please help… Thanks!

    #25636
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this, open up header.php, and you will find something like this.

    WebFontConfig = {
    google: { families: [<?php echo $custom_fonts; ?> 'Vidaloka'] }
    };

    in that add something like this.

    WebFontConfig = {
    google: { families: [<?php echo $custom_fonts; ?> 'Vidaloka'],
    text: 'cyrillic'
    }
    };

    Also make sure that custom font you choose on google fonts is cyrillic support font.

    Let me know, What you got.

    Thanks,
    laranz.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register