hello~
i need delete @font-face in css;
I do not need to load google fonts, font-family only need to base it.
But I worry about the impact of the relevant function icons and presentation, please tell me how to do?
in child theme edit
Hi ibolee!
Thank you for using Enfold.
The theme loads the icon font (entypo-fontello) using font-face. Are you sure that you don’t need the icon fonts?
Best regards,
Ismael
YES,I’m sure,please told me how to solve~
Hi!
Please go to Enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php file and remove
$output .="
@font-face {font-family: '{$font_name}'; font-weight: normal; font-style: normal;
src: url('{$fstring}.eot{$append}');
src: url('{$fstring}.eot{$qmark}#iefix') format('embedded-opentype'),
url('{$fstring}.woff{$append}') format('woff'),
url('{$fstring}.ttf{$append}') format('truetype'),
url('{$fstring}.svg{$append}#{$font_name}') format('svg');
} #top .avia-font-{$font_name}, body .avia-font-{$font_name}, html body [data-av_iconfont='{$font_name}']:before{ font-family: '{$font_name}'; }
";
Best regards,
Yigit
If the site does not use google font library, use another font library, how to modify, thanks.