How to use Line-Awesome icon font in Ionic 3 app?
Closed this issue · 3 comments
prashantweb commented
I am trying to use Line-Awesome icon font in my ionic 3 project but can't make it work. I have followed few tutorials like this - https://www.joshmorony.com/including-custom-css-files-in-the-ionic-build-process/
Can someone guide me to use proper method to make it work? This is the link of line awesome icon fonts based on Fontawesome https://github.com/icons8/line-awesome
fitodac commented
Maybe you should load the LA css file in the head of your html.
LineAwesome works exactly as same way as Font Awesome works.
I wish this helped you.
diyen1 commented
I got it to work by using font-awesome classes.
For example <i class="la la-bars"></i>
should be <i class="fa fa-bars"></i>
fatawesome commented
Good job! If you still have any issues, feel free to contact us :)