Google Fonts and cyrillic character subset
-
When trying to assign pair of Google fonts in Customizr theme options, the non-Latin text on website is displayed with Times New Roman font instead of selected because cyrillic font subset for selected fonts is not loaded (btw Google Chrome for some reason loads full range of font subsets from fonts.googleapis.com while other browsers don’t).
I tried to modify class-fire-init.php by adding font subset:
'_g_alegreya_roboto' => array( 'Roboto & PT Sans' , 'Roboto+Condensed&subset=latin,cyrillic|PT+Sans&subset=latin,cyrillic' ),
The fonts are loaded and subsets too however css names of fonts become corrupted, like
font-family: 'PT+Sans&subset'
thus they are not displayed.Please suggest how to correctly load cyrillic subset for Google fonts?
- The topic ‘Google Fonts and cyrillic character subset’ is closed to new replies.