Hi, i’m using font awesome to get some icons into the app, the icons work as expected in browser and even with ionic run android -lsc
, but when i remove the -lsc
flag the icons dissapear.
I presume it’s the path i’m using in the scss import, i have the font awesome folder in appFolder/www/font-awesome-4.5.0/css/font-awesome-min.css
.
My import is in the appFolder/app/app.core.scss
like this: @import "/font-awesome-4.5.0/css/font-awesome.min.css";