iconic / open-iconic

An open source icon set with 223 marks in SVG, webfont and raster formats
http://useiconic.com/open
Other
3.57k stars 419 forks source link

how to: Open iconic + Bootstrap + angular2+ (angular7 in my case) #44

Open YaakovHatam opened 5 years ago

YaakovHatam commented 5 years ago

The proper way yo use it: npm i open-iconic

$icon-font-path: '~open-iconic/font/fonts/';
@import "~open-iconic/font/css/open-iconic-bootstrap.scss";

the explanation: (i've also posted an answer in Stack overflow) https://stackoverflow.com/a/53757247/1727357