June 29, 2015 at 5:09 am
#26020
Theme Horse Support Team
Keymaster
Hi nenutil,
Don’t copy all the style.css in custom css tab. Just only add those css which you need to edit. It seems that you have added all the style.css code in your custom css tab.
Where you have used font family some how like this
font-family: \'Genericons\';
which is not correct. You need to add somehow like this
font-family: 'Genericons';
then it will work.
Ok fine it adds somehow like this\'Genericons\'
then removed all the font-family: \'Genericons\';
from your custom css then it will work.
If you remove it from custom css then the genericons will be displayed default from style.css
Thank you!