Google webfont not working with Cyrilic Posted in : Read WP chzenchzenParticipant 26 February 2013 at 17:13 #3823 Some Google web fonts have support for Cyrilic. How I may to add fonts which support Cyrilic? ahmetsaliKeymaster 26 February 2013 at 18:49 #3832 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; } pageoflifeParticipant 9 November 2013 at 18:25 #9833 I’m sorry, but I’ve tried everything. Cyrillic fonts for this method does not work here! ahmetsaliKeymaster 11 November 2013 at 19:29 #9918 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 26 November 2013 at 06:09 #10346 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 Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register