Created by: raido
This includes @font-face path fix, if bootstrap.less is included from another directory.
For example:
Project root /
bower_components/bootstrap/less/bootstrap.less
less/project.less
Project.less file includes bootstrap.less from above directory, then @font-face path would be relative to bootstrap.less file itself not to project.less files.
This commit makes @font-face paths relative to actual project.less file.
Same issues is with v2.3.2, for which i have created pull request also.