Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #560442

    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

    #560960

    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

    #561022

    YES,I’m sure,please told me how to solve~

    #561434

    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

    #561920

    If the site does not use google font library, use another font library, how to modify, thanks.

    #562052

    Hi!

    Not sure if i understood clearly. Can you please elaborate?

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.