• Resolved sdawales

    (@sdawales)


    Hi All,

    I am using Divi and I have one file that is driving me crazy. It serves no use in rendering my site and seems like it just gets added. How can I get rid of it? /wp-content/themes/Divi/core/admin/fonts/modules.ttf

    I think it made it into the site when I inline all css. Thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    that ttf-file (truetype font) is actually part of Divi’s main stylesheet (wp-content/themes/Divi/style.css @sdawales.

    
    @font-face{font-family:ETmodules;src:url(core/admin/fonts/modules.eot);src:url(core/admin/fonts/modules.eot?#iefix) format("embedded-opentype"),url(core/admin/fonts/modules.ttf) format("truetype"),url(core/admin/fonts/modules.woff) format("woff"),url(core/admin/fonts/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}

    you could create a child theme and remove the offending CSS from your child theme’s style.css?

    frank

Viewing 1 replies (of 1 total)

The topic ‘How would I exclude modules from the css?’ is closed to new replies.