Hi,
I am using Metronic as a result of being a licensed AspNetZero customer.
I am also a licensed FlatIcon customer.
I need to add new font icons to my product, and the FlatIcons font generator does not provide options for changing the output name of the CSS selector (it will be "flaticon-", the same as the ones already linked by Metronic).
The best way forward I can see, is to "extend" the collection of icons used by Metronic, adding my custom ones.
FlatIcons supports the export/import of collection definitions.
Are you able to provide a backup of your FlatIcon collection configuration, so that I can import it, and begin adding my own icons?
Thanks and regards,
Adam Langley
Hi,
In your case, I would suggest you make your own flat icon collection and export it as CSS web icons and include them as a custom icon set in your app and use it.
You may need some CSS fixes for your new flat icon set in order to use them with Metronic components so you can reuse the main css code for icons from
:
src/plugins/fonticon/fonticon.css
i[class^="fonticon-"]:before,
i[class*=" fonticon-"]:before {
font-family: fonticon !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}