Updated names to match components in fontawsome (#1791)

fa-* named components are not present, hence updated to matching names.
This commit is contained in:
Annim Banerjee 2019-06-11 23:47:59 +05:30 committed by Daniël Klabbers
parent 77025c7bfd
commit 4c731ac621

View File

@ -1,7 +1,7 @@
@import "fontawesome"; @import "fontawesome";
@import "fa-brands"; @import "brands";
@import "fa-regular"; @import "regular";
@import "fa-solid"; @import "solid";
@fa-font-path: "./fonts"; @fa-font-path: "./fonts";
@import "normalize"; @import "normalize";