I have integrated Flexmonster into my React project. Everything works fine except for the icons (fm-icon). I have added the style file (import 'flexmonster/flexmonster.css') and registered the componentFolder (componentFolder="flexmonster/")
, but the issue persists.
I am marked in the screenshot as the icons are displayed now.
Thanks!
Hello,
Thank you for contacting us.
We want to explain that Flexmonster stores these icons as a separate font that is imported into the CSS styles file. We suppose that the icons are not imported to the styles correctly. Please check if the .svg
, .ttf
, and .woff
files are bundled on your side. You can check the Network tab in the browser developer console for more details.
We hope it helps.
Kind regards,
Nadia