Cyrillic fonts

  • Posted in : impressivCard WP
  • mpinaev
    Participant

    Hi.

    How i can use only cyrillic fonts from Google Webfonts on site pages and theme control panel?

    Sorry for my english ;)

    Mehmet S.
    Keymaster

    Hi,

    – install and activate this plugin: WP Google Fonts ( http://wordpress.org/plugins/wp-google-fonts ).

    – go to plugin page: Settings > Google Fonts.

    For the “Text Logo”:

    – select a font from Font 1 list ( e.g. Open Sans ).

    – add this to the Font 1 Custom CSS box: (replace your font name below).

     #header .title h1
    {
    font-family: "Open Sans";
    }
    

    – select Cyrillic from the Font 1 character sets box.

    – click Save button.

    Do the steps above to change the other fonts of the theme.

    Here are the custom css for the other fonts:

    – menu:

     #header nav
    {
    font-family: "Droid Sans";
    }
    

    – headings:

    h1, h2, h3, h4, h5, h6
    {
    font-family: "Open Sans";
    }
    

    – content:

    body
    {
    font-family: "Droid Sans";
    }
    
    mpinaev
    Participant

    Tnx, but a change some rows in header.php:

    $site_name_font_family . '&subset=cyrillic'
    $heading_font_family . '&subset=cyrillic'
    $content_font_family . '&subset=cyrillic

    for example this message

    and just choose a font in theme options – font page in control panel.
    I done wrong?

    Mehmet S.
    Keymaster

    Ok. Good luck.

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

The forum ‘impressivCard WP’ is closed to new topics and replies.