Icons appear as weird symbols on web

Hey, I’m having a problem with displaying icons as correct content. When I inspect the icons it appears as this in CSS file:

.icon-ic_close:before {
. content: "";
}

Instead of this:

.icon-ic_close:before {
    content: "";
}

I’ve read that this might be an @charset “UTF-8” issue, but from our side, the UTF-8 is set.

Any ideas would be appreciated


.

1 Like

Still tackling this issue. Any recommendations?

1 Like