June 23, 2015 at 5:12 am
#25852
Keymaster
Hi nenutil,
It seems that you have added all style.css into your custom css.
To call the font family you have to use the css code as font-family: 'Genericons';
And we have found the below css code to call the font family which is not correct.
font-family: \'Genericons\';
please correct it as above code.
Thank you!