We already had an issue to this topic here:
#2950435 →
The issue fixed it, so it works for Micon itself, but its still broken, if the iconfont is used in a custom way (CSS/SASS in a custom theme).
Example FontAwesome: The default is => font-family = "fontawesome", class-prefix = "fa".
This should be possible IMO. Currently the font-family still changes to "fa".
If, for example, a (base) theme does something like:
// SASS-Code - using the Icomoon SASS Variables from the same icon package, which is used in Micon:
.block-search::before {
content: "#{$fa-search}";
font-family: $icomoon-font-family;
}
// Compiles to:
.block-search::before {
content: "\eb4b";
font-family: "forkawesome";
}
The icon won't work.
Add a further text field for the font-family name, set the class-prefix as default, so its backwards compatible.
Needs work
2.0
Miscellaneous
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.