Icon fonts
Easily customizable library of icons available through font files
Available icon fonts
Here are the available icon fonts into the library. Just use the following markup to use any icon into your code.
<span class="icon-*"></span>
Installation
- Download icomoon.zip
- Place
/icomoonfolder into/fontsfolder. Result may looks like this:fonts/ └── icomoon/ ├── demo-files/ ├── fonts/ ├── demo.html ├── Read Me.txt ├── selection.json └── style.css - Point the
style.cssstylesheet with the following markup into the<head>tag of your page:<link href="https://itautomotive-dev.github.io/archive-ds-bmc-v2/fonts/icomoon/style.css" rel="stylesheet">