I use font-awesome, and the path that is generated from gulp is as follows:
/src/stylesheets/css/fonts/font-awesome/
and then the rest of the url should be fine. This is indeed the way to fonts, but they do not appear. If I just manually changed the path in css to:
fonts/font-awesome/
then everything will be fine. I generally have no problem with bootstrap with the path created, as was noted first. The generated css file is placed in the "css" folder, so naturally switching to "fonts / font-awesome" is not a problem, but it is a complete path that he does not like.
Ideas?
thanks
source share