Closed
Description
Bug Report or Feature Request (mark with an x
)
- [x ] bug report -> please search issues before submitting
- [ ] feature request
Versions.
@angular/cli: 1.2.5
node: 7.10.0
os: win32 x64
Related to #1463
I tried method mentioned by @omobono and @shri3k:
$fa-font-path: "~font-awesome/font";
@import "~font-awesome/scss/font-awesome";
and variations of it but it still doesn't work. After I build the project, I get 404 for the fonts. No matter what I put as $fa-font-path, they are being served from the root of the project.