I can’t figure out why my icons are showing up in my localhost but not my virtual host.
The search glass in the menu shows a square
<i class="x-icon-search" data-x-icon-s="" aria-hidden="true"></i>
and custom bullets like x-icon-check
<i class="x-icon-check" aria-hidden="true" data-x-icon-s=""></i>
they show up fine when I go to localhost/mysite
but when I go to the virtual host I have set up
dev.mysite.com
I get squares like in the code above. This happens with the hamburger menus as well in mobile.
Any ideas?