It isn’t plugin related, everything worked as normal until the update. I followed the 3.x to 4.0 migration guide exactly.
I’ve checked style.css and it no longer has the calls to the font files like it did in the previous version (3.8.2), this is missing from the updated version:
@font-face {
font-weight: normal;
font-style: normal;
font-family: "woodmart-font";
src: url("fonts/woodmart-font.eot");
src: url("fonts/woodmart-font.eot?#iefix") format("embedded-opentype"), url("fonts/woodmart-font.woff") format("woff"), url("fonts/woodmart-font.woff2") format("woff2"), url("fonts/woodmart-font.ttf") format("truetype"), url("fonts/woodmart-font.svg#woodmart-font") format("svg"); }
When I add it back in the icons appear as normal again. Was that intentionally left out so the font is implemented another way or is that the fix?