Search code examples
wordpresswordpress-themingthemestypeface

Missing typeface when activating wordpress Divi child theme


after creating a child theme that is functioning correctly, I have a problem with the typeface modules.ttf font-family : ETmodules The typeface works correctly if I don't use the child theme and it is not considered missing when I verify in development tools. You can see the problem in the header on this page before the telephone number: https://preprod03.groupepointsrezo.fr/ I tried adding the typeface to the child them using the same folder hierarchy. I have also added this to my child theme style.css file.

@font-face {
font-family: ETmodules;
src: url(core/admin/fonts/modules.ttf);
}

Thanks for any and all help.


Solution

  • @stender answer is correct. I am missing the backslash in the style content

    content: "\e090";
    

    Thank you. I don't know how to attribute the answer to you because you answered with a comment