Adding Cyrillic character set Viewing 2 posts - 1 through 2 (of 2 total) Author Posts September 9, 2014 at 9:11 pm #5912 IvanGuest How to add the Cyrillic character set without changing “function.php”? i.e.: functions.php function frontier_enqueue_styles() { wp_enqueue_style( 'frontier-font', '//fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Arimo:400,700&subset=latin,cyrillic', array(), false ); September 11, 2014 at 5:17 pm #5915 RonKeymaster You could add this on a child theme’s style.css OR on Frontier Options -> Custom CSS @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Arimo:400,700&subset=latin,cyrillic); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The forum ‘Frontier’ is closed to new topics and replies.