I have added the FA rule above as follows in my custom.css file:
body {
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css");
}
Unfortunatly, this does not work, the Fontawesome 5 icons are still not displayed. Can someone help me?