Mark this as solved I found the solution, for anyone that have the same problem with “perfecticons” here is what to do. `@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family:si;
src: url(‘../moesia-child/fonts/socicon.svg’) format(svg);`
Causes some kind of error in firefox and ie so move it down to the last in the css!