Icon font by Lucca demo page
bower install lucca-icons
Import the lucca-icons.min.css in your html page
<link rel="stylesheet" href="bower_components/lucca-icons/dist/lucca-icons.min.css"/>
or import the main less/sass file in your less/sass file [recommended]
@import "bower_components/lucca-icons/src/lucca-icons";
By default the fonts will be imported from //cdn.lucca.fr/lucca-icons/fonts/lucca-icons.(woff,eot,ttf). You change this by overriding the variable @luccaIcons_font-path
@import "bower_components/lucca-icons/src/lucca-icons";
@luccaIcons_font-path: '/my/path/to/fonts';
// will try to get fonts from '/my/path/to/fonts/lucca-icons.(woff,eot,ttf)'