Skip to content

Commit 49d51b3

Browse files
committed
Fixed font awesome fonts path for [email protected]
See angular/angular-cli#8781
1 parent b49ef56 commit 49d51b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/templates/src/theme/__bootstrap.theme-variables.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
// Set Font Awesome font path
6-
$fa-font-path: "~font-awesome/fonts";
6+
$fa-font-path: "../node_modules/font-awesome/fonts";
77

88
// ---------------------------------------------------------------------------
99
// Bootstrap variables

0 commit comments

Comments
 (0)