badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Google fonts

#19254

Hi Konrad,

Sorry for late reply. We have researched about it. Yes there is some Google font issue in the theme. We will update it in upcoming version.
For now just Go to theme directory -> inc -> functions -> functions.php on line no. 67

You will find the below code:
wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic');

replace above with below code:
wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic&subset=latin,cyrillic-ext,latin-ext');

Thanks for reporting the issue.