Hey Gunter,
From what I can tell, it seems that the legacy entypo fontello icon font is still being used in the mobile menu indicators, rather than the newer SVG based version?
If you have a mobile fly-out menu with submenu’s, the open/closed indicator > is loading up the old icon font. So it seems that even if the old icon font isn’t in use in other areas of the site, it will still have to be loaded for the mobile menu.
.html_av-submenu-hidden .av-submenu-indicator:before {
content: "\E87d";
font-family: 'entypo-fontello-enfold';
}
Could this be updated to use the new SVG version and eliminate and unnecessary font load?
Thanks
Tim
