Guidance and suggestions for using external icon libraries with Boosted.

How to create an icons library using Icomoon

Visit IcoMoon webapp and download orange-icons.json config file.

Create your own project

Go to the top left menu and select manage projects:

manage projects menu

Then, select import project link and select the file orange-icons.json. It will load all the Orange Icons into a new project.

import project link

You can now access to all the icons by clicking onto Load.

Load project

Select your icons

You will find two sets: the first one contains all the Orange Frames and Popout, the second one contains the Solaris icons.

Select mode activated

By default there is no selected icon, you can make your selection for your own project. Check that you are in selection mode (third icon in the top bar, after import icons and icon library), when an icon is selected, its border becomes yellow.

If you need to add a specific icon which is no present into the selection provided, create a new empty set for your project, and add icons to it.

Icons format recommendation

You need to import icons in SVG, within a square layout to preserve icons consistency; if the layout is not a square, you will have some surprises.

Example of bad icon import

Download and adapt your project’s font

Now you can create your font for your project. Click on Generate font at the bottom right of the page. Depending of the number of icons selected, it can take some time…

Generate font link

Setting your font preferences

preference link

Now you have a Download button at the bottom right but WAIT! We know, you want to download your font but first you need to make some change into Preferences to name your font with a name dedicated to your project.

  1. On the top menu bar, click onto Preferences.
  2. Our default font-family is named icon-orange, rename it for your project (MYPROJECT-icons or other) and customize the class prefix by adding your project name to create a unique CSS selector.
  3. You also can get SCSS variables if you want change the version.
  4. And uncheck IE8 support if you rely on Boosted 4!
Option window

Close the Preferences window, you’re now ready to download your font.

The download is a zip file, MYPROJECT-icons.zip.

Zip contains

Unzip it. The demo.html and demo-files folder offer a sample page displaying the icons — you don’t need them for your project. The fonts folder is the one you need! It contains MYPROJECT-icons.woff file. You can next create the woff2 file using everythingfonts. And finally the style.css file contains all the css classes.

Rename it to MYPROJECT-icons.css.

Adapt your file for SCSS if needed, you can now use your icons.