Preventing Icon Font Issues with Browser Extensions
There are some browser extensions that allow changing fonts. Such extensions may be used by people with dyslexia. Some of these extensions (such as Font Changer and dyslexie) affect all fonts on the page, even icon fonts. This is obviously a bug in the extension, but to prevent issues like this, you can add !important
to your icon font’s font-family. Another solution would be to use a CSS selector like .icon, .icon:before
.
The CSS generated by the IcoMoon app has been updated to address this issue.