Google webfont not working with Cyrilic

  • Posted in : Read WP
  • chzenchzen
    Participant

    Some Google web fonts have support for Cyrilic.
    How I may to add fonts which support Cyrilic?

    ahmetsali
    Keymaster

    You can add custom fonts via Custom CSS box;

    1 – select your font from google web fonts: http://www.google.com/webfonts

    2 – click “Quick-use” link and “Choose the styles you want” and “Choose the character sets you want (cyrillic)”,

    3 – find ”@import” tab and copy @import code like this: @import url(http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic);

    4 – find “Integrate the fonts into your CSS:” section and copy font-family code like this: font-family: "Cuprum", sans-serif;

    5 – go to Appearance > Theme Options > Style > Custom CSS and paste your codes like this:

    /* Add new custom fonts */
    @import url(http://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic);
    
    /* Body Font */
    html, button, input, select, textarea, .toggle h4 { font-family: "Cuprum", sans-serif;}
    
    /* Headings */
    h1, h2, h3, h4, h5, h6, .main-navigation ul li, dt { font-family: "Cuprum", sans-serif; }
    
    /* SITE TITLE */
    h1.site-title, h1.site-title a { font-family: "Cuprum", sans-serif; }
    
    pageoflife
    Participant

    I’m sorry, but I’ve tried everything. Cyrillic fonts for this method does not work here!

    ahmetsali
    Keymaster

    this is weird, it should work, you are choosing a font that naturally support cyrillic, right? like open sans;

    http://www.google.com/fonts/specimen/Open+Sans

    Mehmet S.
    Keymaster

    New version is available on ThemeForest with extended character sets support.

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

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

License required for the following item
Login and Registration Log in · Register