- 14
I have a difficult time to add Font Awesome (or any other icons font) to the theme.
The problem is related to the fact that theme is using a pseudo selector for all element to change font-family:
*:before, *:after {
font-family: "emporium-icons";
box-sizing: border-box;
}
And if I comment out that, Font Awesome start working, but theme icons stop. What would you suggest?
The problem is related to the fact that theme is using a pseudo selector for all element to change font-family:
*:before, *:after {
font-family: "emporium-icons";
box-sizing: border-box;
}
And if I comment out that, Font Awesome start working, but theme icons stop. What would you suggest?