Skip to content Skip to sidebar Skip to footer

Icomoon Selection.json, Add New Icon For Existing Project

I've try to add new icons to selection.json, I've downloaded the new json file, and see that icons where add. But they are not visible in index.html. I'm not seeing facebook and go

Solution 1:

So, how to add new icons to the icomoon set through selection.json:

  1. Import the selection.json to icomoon app by clicking to "import icons".
  2. Add the new icon your want to this set.
  3. Then generate the font, and download zip file, extract it.
  4. Copy all fonts from this archive to your dist/fonts, also copy the selection.json
  5. Open the style.css from this archive and update your style.css or icon.scss(I use it). And update your task runner. All should work.

Post a Comment for "Icomoon Selection.json, Add New Icon For Existing Project"