Skip to content

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 806 Bytes

Readme.md

File metadata and controls

executable file
·
31 lines (23 loc) · 806 Bytes

icomoon-scss

Scss version of Icomoon Free Font Icons, ready to drop right into your Scss projects

Use in sass/scss

@import 'path/to/my/components/icomoon-scss/src/scss/icomoon'

Use as css (located in dist/css)

<link href="/path/to/my/css/icomoon.min.css" rel="stylesheet">

Example Html

<h1><i class="imo imo-home"></i> Home</h1>

find a full preview of all available icons on https://icomoon.io/preview-free.html

Contribute

Easy to upgrade to a new version of iconmoon free set

npm install
bower install
gulp 

this will simple get the newest version from git://github.com/Keyamoon/IcoMoon-Free#master , out of the branch it will generate ttf,eot,woff,woff2 and grep all icon-codes from demo.css and transform it to src/scss/_icons.scss